Helper Bar and intl switching Issue #45 and Issue #69 and Issue #39

This commit is contained in:
Peter Cottle 2013-03-23 17:18:14 -07:00
parent b768f7a083
commit f2fc61081b
13 changed files with 573 additions and 69 deletions

View file

@ -74,7 +74,7 @@ var CommandPromptView = Backbone.View.extend({
},
onKeyDown: function(e) {
var el = e.srcElement || e.currentTarget;
var el = e.target;
this.updatePrompt(el);
},