mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
reset solved
This commit is contained in:
parent
f0a9c66056
commit
36bfd99d9e
6 changed files with 39 additions and 33 deletions
|
@ -185,13 +185,13 @@ var Sandbox = Backbone.View.extend({
|
|||
command.addWarning(
|
||||
"Solved map was reset, you are starting from a clean slate!"
|
||||
);
|
||||
deferred.resolve();
|
||||
command.finishWith(deferred);
|
||||
},
|
||||
|
||||
processSandboxCommand: function(command, deferred) {
|
||||
var commandMap = {
|
||||
'reset solved': this.resetSolved,
|
||||
'general help': this.helpDialog,
|
||||
'help general': this.helpDialog,
|
||||
'help': this.helpDialog,
|
||||
'reset': this.reset,
|
||||
'delay': this.delay,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue