aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/popup.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/popup.js')
-rw-r--r--app/scripts/popup.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/scripts/popup.js b/app/scripts/popup.js
index 9e4051d05..5173507fa 100644
--- a/app/scripts/popup.js
+++ b/app/scripts/popup.js
@@ -69,12 +69,11 @@ function setupApp (err, opts) {
if (err) {
alert(err.stack)
throw err
- return
}
var container = document.getElementById('app-content')
- var app = MetaMaskUi({
+ MetaMaskUi({
container: container,
accountManager: opts.accountManager,
currentDomain: opts.currentDomain,