mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
ok multiviews are dunzo
This commit is contained in:
parent
56c6da35d2
commit
b1427556ef
6 changed files with 43 additions and 12 deletions
|
@ -94,7 +94,6 @@ var CommandPromptView = Backbone.View.extend({
|
|||
|
||||
onKey: function(e) {
|
||||
if (!this.listening) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -104,7 +103,6 @@ var CommandPromptView = Backbone.View.extend({
|
|||
|
||||
onKeyUp: function(e) {
|
||||
if (!this.listening) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue