mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-23 20:24:45 +02:00
really feeling good about where i am
This commit is contained in:
parent
9b62f06bc2
commit
9221088853
4 changed files with 110 additions and 38 deletions
|
@ -13,9 +13,8 @@ var CommandLineView = Backbone.View.extend({
|
|||
},
|
||||
|
||||
keyUp: function(e) {
|
||||
console.log(e);
|
||||
|
||||
// we need to capture some of these events
|
||||
// we need to capture some of these events.
|
||||
// WARNING: this key map is not internationalized :(
|
||||
var keyMap = {
|
||||
// enter
|
||||
13: _.bind(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue