mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
parent
b768f7a083
commit
f2fc61081b
13 changed files with 573 additions and 69 deletions
|
@ -74,7 +74,7 @@ var CommandPromptView = Backbone.View.extend({
|
|||
},
|
||||
|
||||
onKeyDown: function(e) {
|
||||
var el = e.srcElement || e.currentTarget;
|
||||
var el = e.target;
|
||||
this.updatePrompt(el);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue