diff options
author | kumavis <aaron@kumavis.me> | 2016-07-19 09:08:29 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2016-07-19 09:08:29 +0800 |
commit | b2afa16925227fbb39e30fce8f9f4bca09dec20e (patch) | |
tree | 67127936b537a787651069315aa48182585e374d /app | |
parent | 9101812552f89439addfa4fbd783ec4bf6b47e0e (diff) | |
download | dexon-wallet-b2afa16925227fbb39e30fce8f9f4bca09dec20e.tar.gz dexon-wallet-b2afa16925227fbb39e30fce8f9f4bca09dec20e.tar.zst dexon-wallet-b2afa16925227fbb39e30fce8f9f4bca09dec20e.zip |
typo fix
Diffstat (limited to 'app')
-rw-r--r-- | app/scripts/inpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/inpage.js b/app/scripts/inpage.js index c2b445bd..05523567 100644 --- a/app/scripts/inpage.js +++ b/app/scripts/inpage.js @@ -63,7 +63,7 @@ function cleanContextForImports () { function restoreContextAfterImports () { try { global.define = __define - } catch { + } catch (_) { console.warn('MetaMask - global.define could not be overwritten.') } } |