Collect references to Whisper.events

Fixup

// FREEBIE
This commit is contained in:
lilia 2017-04-24 17:59:11 -07:00 committed by Scott Nonnenberg
parent f7c7e2251d
commit a2e0fa59c1
No known key found for this signature in database
GPG key ID: A4931C09644C654B
4 changed files with 23 additions and 13 deletions

View file

@ -29,7 +29,7 @@
'click .openInstaller': 'openInstaller'
},
openInstaller: function() {
Whisper.events.trigger('openInstaller');
this.$el.trigger('openInstaller');
},
onReconnectTimer: function() {
this.setSocketReconnectInterval(60000);