diff options
author | Dan <danjm.com@gmail.com> | 2018-04-19 23:38:56 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-04-19 23:38:56 +0800 |
commit | 9f12c26d44a0d78f28af25056857b993f80bbd95 (patch) | |
tree | a8a9c102eed9d0c972be80142a2087917b16c511 /app/scripts/controllers/preferences.js | |
parent | 6da00c4061b4af1bb282c9ad68eaa2deef84093b (diff) | |
download | dexon-wallet-9f12c26d44a0d78f28af25056857b993f80bbd95.tar.gz dexon-wallet-9f12c26d44a0d78f28af25056857b993f80bbd95.tar.zst dexon-wallet-9f12c26d44a0d78f28af25056857b993f80bbd95.zip |
Even more documentation for various controllers and libs.
Diffstat (limited to 'app/scripts/controllers/preferences.js')
-rw-r--r-- | app/scripts/controllers/preferences.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/controllers/preferences.js b/app/scripts/controllers/preferences.js index 653e6d76..d54efb88 100644 --- a/app/scripts/controllers/preferences.js +++ b/app/scripts/controllers/preferences.js @@ -8,7 +8,7 @@ class PreferencesController { * * @typedef {Object} PreferencesController * @param {object} opts Overrides the defaults for the initial state of this.store - * @property {object} store The an object containing a users preferences, stored in local storage + * @property {object} store The stored object containing a users preferences, stored in local storage * @property {array} store.frequentRpcList A list of custom rpcs to provide the user * @property {string} store.currentAccountTab Indicates the selected tab in the ui * @property {array} store.tokens The tokens the user wants display in their token lists |