Add todo to dedupe UI tracking in background

This commit is contained in:
Dan Finlay 2018-08-22 12:05:41 -07:00
parent a2654108be
commit bf6d624e76
1 changed files with 1 additions and 0 deletions

View File

@ -1444,6 +1444,7 @@ module.exports = class MetamaskController extends EventEmitter {
}
}
// TODO: Replace isClientOpen methods with `controllerConnectionChanged` events.
/**
* A method for recording whether the MetaMask user interface is open or not.
* @private