yay ok views feelnice just need 3d

This commit is contained in:
Peter Cottle 2012-12-24 13:47:39 -08:00
parent 3664ad8b65
commit ad764c62eb
3 changed files with 18 additions and 24 deletions

View file

@ -71,12 +71,10 @@ var CommandPromptView = Backbone.View.extend({
blur: function() {
this.listening = false;
console.log('blurrring');
this.hideCursor();
},
focus: function() {
console.log('focusing');
this.listening = true;
this.$('#commandTextField').focus();
this.showCursor();