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

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