Untangle select vs open events

This commit is contained in:
lilia 2015-02-08 08:44:31 -10:00
parent b27826cba5
commit 3a099657e6
3 changed files with 8 additions and 8 deletions

View file

@ -50,8 +50,8 @@
'keyup': 'keyup',
'click .back button': 'hideCompose',
'click .fab': 'showCompose',
'open #contacts': 'openConversation',
'open .new-conversation .contacts': 'openConversation'
'select #contacts .contact': 'openConversation',
'open .new-conversation': 'openConversation'
},
openConversation: function(e, data) {
bg.openConversation(data.modelId);