diff options
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/background-scripts/bootstrap.js')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/background-scripts/bootstrap.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/data/extensions/https-everywhere@eff.org/background-scripts/bootstrap.js b/data/extensions/https-everywhere@eff.org/background-scripts/bootstrap.js deleted file mode 100644 index 65d7a7a..0000000 --- a/data/extensions/https-everywhere@eff.org/background-scripts/bootstrap.js +++ /dev/null @@ -1,9 +0,0 @@ -"use strict"; - -function require(module) { - if (module.startsWith('./') && require.scopes.hasOwnProperty(module.slice(2))) { - return require.scopes[module.slice(2)]; - } - throw new Error('module: ' + module + ' not found.'); -} -require.scopes = {}; |