diff options
author | Dan <danjm.com@gmail.com> | 2018-03-20 03:23:06 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-03-20 03:23:06 +0800 |
commit | 2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421 (patch) | |
tree | f9aef3593a296118b83ab363f1551646281d06f8 /app/scripts/popup.js | |
parent | 4d1793b0ec364277765a8c8ec6026da904d51055 (diff) | |
download | dexon-wallet-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.gz dexon-wallet-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.zst dexon-wallet-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.zip |
Lint fixes.
Diffstat (limited to 'app/scripts/popup.js')
-rw-r--r-- | app/scripts/popup.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/scripts/popup.js b/app/scripts/popup.js index 5f526759..6ef0be1f 100644 --- a/app/scripts/popup.js +++ b/app/scripts/popup.js @@ -9,7 +9,6 @@ const ExtensionPlatform = require('./platforms/extension') const NotificationManager = require('./lib/notification-manager') const notificationManager = new NotificationManager() const setupRaven = require('./lib/setupRaven') -const { fetchLocale } = require('../../ui/i18n-helper.js') start().catch(log.error) |