ok i think everthing is wroking

This commit is contained in:
Peter Cottle 2015-04-20 17:12:54 +10:00
parent f048f99e7f
commit 57a1905e7d
5 changed files with 8 additions and 8 deletions

View file

@ -377,7 +377,7 @@ var Level = Sandbox.extend({
undo: function() {
this.gitCommandsIssued.pop();
Level.__super__.undo.apply(this, arguments);
}.bind(this),
},
afterCommandCB: function(command) {
if (command.get('error')) {