Inline a one-line function only used in one place

// FREEBIE
pull/749/head
lilia 9 years ago
parent 9c59dfda93
commit 85285a1094

@ -135,11 +135,8 @@
input.removeClass('active');
}
},
hideHints: function() {
this.searchView.hideHints();
},
openConversation: function(e, conversation) {
this.hideHints();
this.searchView.hideHints();
conversation = ConversationController.create(conversation);
this.conversation_stack.open(conversation);
this.hideCompose();

Loading…
Cancel
Save