mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 21:24:26 +02:00
ok i think everthing is wroking
This commit is contained in:
parent
f048f99e7f
commit
57a1905e7d
5 changed files with 8 additions and 8 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue