really feeling good about where i am

This commit is contained in:
Peter Cottle 2012-09-11 23:34:26 -07:00
parent 9b62f06bc2
commit 9221088853
4 changed files with 110 additions and 38 deletions

View file

@ -13,9 +13,8 @@ var CommandLineView = Backbone.View.extend({
},
keyUp: function(e) {
console.log(e);
// we need to capture some of these events
// we need to capture some of these events.
// WARNING: this key map is not internationalized :(
var keyMap = {
// enter
13: _.bind(function() {