diff options
author | kumavis <kumavis@users.noreply.github.com> | 2019-03-12 21:47:21 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-03-12 21:47:21 +0800 |
commit | 48047f81947c28cc21f0fb93fe98a2d308078714 (patch) | |
tree | fb7a60317d331fadc640149bea15a257b9dd8d06 /app | |
parent | 70e7e592aee53c672639841f029c963331cfae81 (diff) | |
download | tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.gz tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.bz2 tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.lz tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.xz tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.tar.zst tangerine-wallet-browser-48047f81947c28cc21f0fb93fe98a2d308078714.zip |
mascara - remove from project (#6283)
Diffstat (limited to 'app')
-rw-r--r-- | app/scripts/background.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/scripts/background.js b/app/scripts/background.js index 8cc60be80..7fea3c8c6 100644 --- a/app/scripts/background.js +++ b/app/scripts/background.js @@ -102,7 +102,6 @@ setupMetamaskMeshMetrics() * @property {boolean} isInitialized - Whether the first vault has been created. * @property {boolean} isUnlocked - Whether the vault is currently decrypted and accounts are available for selection. * @property {boolean} isAccountMenuOpen - Represents whether the main account selection UI is currently displayed. - * @property {boolean} isMascara - True if the current context is the extensionless MetaMascara project. * @property {boolean} isPopup - Returns true if the current view is an externally-triggered notification. * @property {string} rpcTarget - DEPRECATED - The URL of the current RPC provider. * @property {Object} identities - An object matching lower-case hex addresses to Identity objects with "address" and "name" (nickname) keys. |