no output

This commit is contained in:
Peter Cottle 2013-01-11 13:56:45 -08:00
parent 73cead0ae8
commit 13e7385bad
4 changed files with 42 additions and 21 deletions

View file

@ -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);
});