From f7c7e2251d90fac6bc2350422f73556d01042e26 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 24 Apr 2017 17:59:34 -0700 Subject: [PATCH] Remove unused method This is now handled in AppView // FREEBIE --- js/views/install_view.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/views/install_view.js b/js/views/install_view.js index 78e65fefd..0a969d4cb 100644 --- a/js/views/install_view.js +++ b/js/views/install_view.js @@ -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',