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:
@@ -18,7 +18,8 @@
|
||||
__proto__: jsmodules,
|
||||
get content() window.content,
|
||||
jsmodules: jsmodules,
|
||||
newContext: newContext
|
||||
newContext: newContext,
|
||||
window: window
|
||||
};
|
||||
modules.modules = modules;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user