mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
yay ok views feelnice just need 3d
This commit is contained in:
parent
3664ad8b65
commit
ad764c62eb
3 changed files with 18 additions and 24 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue