Fix for new contact button bug

This commit is contained in:
lilia 2015-08-26 22:33:00 -07:00
parent a5a1dad03c
commit c4eac76032

View file

@ -110,7 +110,7 @@
},
events: {
'click .fab': 'showCompose',
'select .contact': 'openConversation',
'select .gutter .contact': 'openConversation'
},
openConversation: function(e, data) {
var conversation = bg.openConversation(data.modelId);