diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-04-21 01:45:06 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-04-21 01:45:06 +0800 |
commit | 327ec03d6f5219bb42efabeb02536bb6f6781f76 (patch) | |
tree | dede43f0d62bbfcaf8d2c7cb5bcf592faf5c594e /app | |
parent | 357582cc529556edce7ed8068157a3d7f7f3027c (diff) | |
download | tangerine-wallet-browser-327ec03d6f5219bb42efabeb02536bb6f6781f76.tar tangerine-wallet-browser-327ec03d6f5219bb42efabeb02536bb6f6781f76.tar.gz tangerine-wallet-browser-327ec03d6f5219bb42efabeb02536bb6f6781f76.tar.bz2 tangerine-wallet-browser-327ec03d6f5219bb42efabeb02536bb6f6781f76.tar.lz tangerine-wallet-browser-327ec03d6f5219bb42efabeb02536bb6f6781f76.tar.xz tangerine-wallet-browser-327ec03d6f5219bb42efabeb02536bb6f6781f76.tar.zst tangerine-wallet-browser-327ec03d6f5219bb42efabeb02536bb6f6781f76.zip |
Remove wrong chars
Diffstat (limited to 'app')
-rw-r--r-- | app/scripts/background.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scripts/background.js b/app/scripts/background.js index 36e942d80..38b871bb5 100644 --- a/app/scripts/background.js +++ b/app/scripts/background.js @@ -120,9 +120,9 @@ setupMetamaskMeshMetrics() * @property {TransactionMeta[]} selectedAddressTxList - An array of transactions associated with the currently selected account. * @property {Object} unapprovedMsgs - An object of messages associated with the currently selected account, mapping a unique ID to the options. * @property {number} unapprovedMsgCount - The number of messages in unapprovedMsgs. - * * @property {Object} unapprovedPersonalMsgs - An object of messages associated with the currently selected account, mapping a unique ID to the options. + * @property {Object} unapprovedPersonalMsgs - An object of messages associated with the currently selected account, mapping a unique ID to the options. * @property {number} unapprovedPersonalMsgCount - The number of messages in unapprovedPersonalMsgs. - * @property {Object} unapprovedTypedMsgs - An object of messages associated with the currently selected account, mapping a unique ID to the options. + * @property {Object} unapprovedTypedMsgs - An object of messages associated with the currently selected account, mapping a unique ID to the options. * @property {number} unapprovedTypedMsgCount - The number of messages in unapprovedTypedMsgs. * @property {string[]} keyringTypes - An array of unique keyring identifying strings, representing available strategies for creating accounts. * @property {Keyring[]} keyrings - An array of keyring descriptions, summarizing the accounts that are available for use, and what keyrings they belong to. |