feature/default_network_editable
kumavis 8 years ago
parent 9101812552
commit b2afa16925
  1. 2
      app/scripts/inpage.js

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

Loading…
Cancel
Save