mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-28 13:43:33 +01:00
Fix :runtime completion.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
const jsmodules = {};
|
||||
const modules = {
|
||||
__proto__: jsmodules,
|
||||
get content() window.content,
|
||||
get content() this.config.browser.contentWindow || window.content,
|
||||
jsmodules: jsmodules,
|
||||
newContext: newContext,
|
||||
window: window
|
||||
|
||||
Reference in New Issue
Block a user