Remove unused method

This is now handled in AppView

// FREEBIE
This commit is contained in:
lilia 2017-04-24 17:59:34 -07:00 committed by Scott Nonnenberg
parent c1fa33327d
commit f7c7e2251d
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -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',