Inline a one-line function only used in one place
// FREEBIE
This commit is contained in:
parent
9c59dfda93
commit
85285a1094
1 changed files with 1 additions and 4 deletions
|
@ -135,11 +135,8 @@
|
||||||
input.removeClass('active');
|
input.removeClass('active');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
hideHints: function() {
|
|
||||||
this.searchView.hideHints();
|
|
||||||
},
|
|
||||||
openConversation: function(e, conversation) {
|
openConversation: function(e, conversation) {
|
||||||
this.hideHints();
|
this.searchView.hideHints();
|
||||||
conversation = ConversationController.create(conversation);
|
conversation = ConversationController.create(conversation);
|
||||||
this.conversation_stack.open(conversation);
|
this.conversation_stack.open(conversation);
|
||||||
this.hideCompose();
|
this.hideCompose();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue