mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
ok
This commit is contained in:
parent
a5c0480962
commit
9a20589fd7
4 changed files with 16 additions and 10 deletions
|
@ -156,7 +156,8 @@ var Sandbox = Backbone.View.extend({
|
|||
'delay': this.delay,
|
||||
'clear': this.clear,
|
||||
'exit level': this.exitLevel,
|
||||
'level': this.startLevel
|
||||
'level': this.startLevel,
|
||||
'sandbox': this.exitLevel
|
||||
};
|
||||
var method = commandMap[command.get('method')];
|
||||
if (!method) { throw new Error('no method for that wut'); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue