1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

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

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