mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 00:45:46 +01:00
Remove bare references to 'content'.
This commit is contained in:
@@ -16,7 +16,13 @@
|
||||
return sandbox;
|
||||
}
|
||||
const jsmodules = {};
|
||||
const modules = { __proto__: jsmodules, jsmodules: jsmodules, newContext: newContext, window: window };
|
||||
const modules = {
|
||||
__proto__: jsmodules,
|
||||
get content() window.content,
|
||||
jsmodules: jsmodules,
|
||||
newContext: newContext,
|
||||
window: window
|
||||
};
|
||||
modules.modules = modules;
|
||||
|
||||
const BASE = "chrome://dactyl/content/";
|
||||
|
||||
Reference in New Issue
Block a user