diff options
author | hackademix | 2019-03-27 23:46:12 +0100 |
---|---|---|
committer | hackademix | 2019-03-28 13:04:36 +0100 |
commit | 75ea681b9f54e4067a2ccdd64adda0ab1a790f7c (patch) | |
tree | 9052c1da4013af0364bd821d00f31aa727310b2e | |
parent | c003a5123a6aec0c836730d7158fceb0097462e7 (diff) | |
download | noscript-75ea681b9f54e4067a2ccdd64adda0ab1a790f7c.tar.gz noscript-75ea681b9f54e4067a2ccdd64adda0ab1a790f7c.tar.xz noscript-75ea681b9f54e4067a2ccdd64adda0ab1a790f7c.zip |
Remove source map reference because of https://bugzilla.mozilla.org/show_bug.cgi?id=1437937
-rw-r--r-- | src/lib/browser-polyfill.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/browser-polyfill.js b/src/lib/browser-polyfill.js index b3dd82d..8f9236a 100644 --- a/src/lib/browser-polyfill.js +++ b/src/lib/browser-polyfill.js @@ -1183,4 +1183,4 @@ module.exports = browser; // eslint-disable-line no-undef } }); -//# sourceMappingURL=browser-polyfill.js.map +// !disabled because of https://bugzilla.mozilla.org/show_bug.cgi?id=1437937 # sourceMappingURL=browser-polyfill.js.map |