1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge remote-tracking branch 'origin/i727-provider-is-metamask' into RevertTxManager

This commit is contained in:
Dan Finlay 2017-01-02 17:34:35 -08:00
commit 6b8db04f0f

View File

@ -111,6 +111,8 @@ MetamaskInpageProvider.prototype.isConnected = function () {
return true
}
MetamaskInpageProvider.prototype.isMetaMask = true
// util
function remoteStoreWithLocalStorageCache (storageKey) {