1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 08:55:46 +01:00

Just use with (window) in userEval. Adding it to the prototype chain causes too much trouble.

--HG--
branch : mode-refactoring
This commit is contained in:
Kris Maglione
2010-10-07 23:35:53 -04:00
parent 248c906e9c
commit 301a8e5377
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,8 @@
__proto__: jsmodules,
get content() window.content,
jsmodules: jsmodules,
newContext: newContext
newContext: newContext,
window: window
};
modules.modules = modules;