mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
OMG stupid typo
This commit is contained in:
parent
de9d91773a
commit
2f57f4cfe3
11 changed files with 8247 additions and 7977 deletions
|
@ -65,6 +65,11 @@ var Command = Backbone.Model.extend({
|
|||
this.set('result', msg);
|
||||
},
|
||||
|
||||
finishWith: function(deferred) {
|
||||
this.set('status', 'finished');
|
||||
deferred.resolve();
|
||||
},
|
||||
|
||||
addWarning: function(msg) {
|
||||
this.get('warnings').push(msg);
|
||||
// change numWarnings so the change event fires. This is bizarre -- Backbone can't
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue