Remove unused method
This is now handled in AppView // FREEBIE
This commit is contained in:
parent
c1fa33327d
commit
f7c7e2251d
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue