Remove unused method

This is now handled in AppView

// FREEBIE
pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent c1fa33327d
commit f7c7e2251d
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -71,10 +71,6 @@
reconnect: function() {
setTimeout(this.connect.bind(this), 10000);
},
close: function() {
this.remove();
Whisper.events.trigger('openInbox');
},
events: function() {
return {
'click .error-dialog .ok': 'connect',

Loading…
Cancel
Save