better keyboard mapping

This commit is contained in:
Peter Cottle 2012-12-25 17:10:23 -08:00
parent 2fb843a8d6
commit f71aa87b7d
4 changed files with 50 additions and 34 deletions

View file

@ -80,6 +80,7 @@ var CommandBuffer = Backbone.Model.extend({
var Main = require('../app');
Main.getEvents().trigger('processCommand', popped, callback);
} else {
// no more commands to process
this.clear();
}
},