1
0
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:
Kris Maglione
2010-12-17 20:01:59 -05:00
parent 754d490a56
commit 8f4d26f9ac
11 changed files with 39 additions and 38 deletions

View File

@@ -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