mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 08:52:26 +01:00
We definitely want XRays on these contexts...
This commit is contained in:
@@ -95,7 +95,7 @@ var Modules = function Modules(window) {
|
||||
|
||||
sandbox = Components.utils.Sandbox(window, { sandboxPrototype: proto || modules,
|
||||
sandboxName: name || ("Dactyl Sandbox " + ++_id),
|
||||
wantXrays: false });
|
||||
wantXrays: true });
|
||||
|
||||
// Hack:
|
||||
// sandbox.Object = jsmodules.Object;
|
||||
|
||||
Reference in New Issue
Block a user