1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-22 01:02:23 -05:00

Fix: handle click on muc list item

This commit is contained in:
Sebastien Hut 2015-01-24 15:46:19 +01:00
parent 340dc6552c
commit 61108ea5b7

View File

@ -19,7 +19,7 @@ module.exports = HumanView.extend({
displayUnreadCount: '.unread' displayUnreadCount: '.unread'
}, },
events: { events: {
'click .name': 'handleClick', 'click': 'handleClick',
'click .join': 'handleJoinRoom', 'click .join': 'handleJoinRoom',
'click .remove': 'handleLeaveRoom' 'click .remove': 'handleLeaveRoom'
}, },