mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
no output
This commit is contained in:
parent
73cead0ae8
commit
13e7385bad
4 changed files with 42 additions and 21 deletions
|
@ -176,7 +176,7 @@ var Sandbox = Backbone.View.extend({
|
|||
|
||||
showLevels: function(command, deferred) {
|
||||
var whenClosed = Q.defer();
|
||||
Main.getLevelDropdown().show(whenClosed);
|
||||
Main.getLevelDropdown().show(whenClosed, command);
|
||||
whenClosed.promise.done(function() {
|
||||
command.finishWith(deferred);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue