1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
This commit is contained in:
kumavis 2016-07-18 18:08:29 -07:00
parent 9101812552
commit b2afa16925

View File

@ -63,7 +63,7 @@ function cleanContextForImports () {
function restoreContextAfterImports () {
try {
global.define = __define
} catch {
} catch (_) {
console.warn('MetaMask - global.define could not be overwritten.')
}
}