mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 03:04:27 +02:00
almost done
This commit is contained in:
parent
0d6f2516cb
commit
69235f4b37
6 changed files with 10 additions and 32 deletions
|
@ -124,7 +124,6 @@ var MultiView = Backbone.View.extend({
|
|||
// first we stop listening to keyboard and give that back to UI, which
|
||||
// other views will take if they need to
|
||||
this.keyboardListener.mute();
|
||||
require('../app').getEventBaton().releaseBaton('windowFocus', this.onWindowFocus, this);
|
||||
|
||||
setTimeout(_.bind(function() {
|
||||
_.each(this.childViews, function(childView) {
|
||||
|
@ -137,7 +136,6 @@ var MultiView = Backbone.View.extend({
|
|||
|
||||
start: function() {
|
||||
// steal the window focus baton
|
||||
require('../app').getEventBaton().stealBaton('windowFocus', this.onWindowFocus, this);
|
||||
this.showViewIndex(this.currentIndex);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue