mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 23:05:46 +01:00
Just use with (window) in userEval. Adding it to the prototype chain causes too much trouble.
--HG-- extra : transplant_source : %040%D8%7E%06m%B1%04D%9E%C0wN%BF%8F%EEo%D9%14%F5
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