This commit is contained in:
Peter Cottle 2013-01-06 00:31:23 -08:00
parent a5c0480962
commit 9a20589fd7
4 changed files with 16 additions and 10 deletions

View file

@ -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'); }