From 357582cc529556edce7ed8068157a3d7f7f3027c Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 20 Apr 2018 10:41:41 -0700 Subject: Add ui note to background docs --- app/scripts/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/scripts') diff --git a/app/scripts/background.js b/app/scripts/background.js index 63b062076..36e942d80 100644 --- a/app/scripts/background.js +++ b/app/scripts/background.js @@ -87,7 +87,7 @@ setupMetamaskMeshMetrics() */ /** - * The data emitted from the MetaMaskController.store EventEmitter, also used to initialize the MetaMaskController. + * The data emitted from the MetaMaskController.store EventEmitter, also used to initialize the MetaMaskController. Available in UI on React state as state.metamask. * @typedef MetaMaskState * @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. -- cgit