mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
ok demonstraton view coming along
This commit is contained in:
parent
c1813c346c
commit
c5615fe15a
10 changed files with 444 additions and 64 deletions
|
@ -445,9 +445,7 @@ var LevelToolbar = BaseView.extend({
|
|||
this.render();
|
||||
|
||||
if (!options.wait) {
|
||||
process.nextTick(_.bind(function() {
|
||||
this.show();
|
||||
}, this));
|
||||
process.nextTick(_.bind(this.show, this));
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue