Add missing comma in ConversationView event list

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent b82cc62913
commit 8f0b0b121a
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -200,7 +200,7 @@
'close .menu': 'closeMenu',
'select .message-list .entry': 'messageDetail',
'force-resize': 'forceUpdateMessageFieldSize',
'show-identity': 'showSafetyNumber'
'show-identity': 'showSafetyNumber',
'dragover': 'sendToFileInput',
'drop': 'sendToFileInput',
'dragleave': 'sendToFileInput'

Loading…
Cancel
Save