mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 10:35:46 +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,
|
sandbox = Components.utils.Sandbox(window, { sandboxPrototype: proto || modules,
|
||||||
sandboxName: name || ("Dactyl Sandbox " + ++_id),
|
sandboxName: name || ("Dactyl Sandbox " + ++_id),
|
||||||
wantXrays: false });
|
wantXrays: true });
|
||||||
|
|
||||||
// Hack:
|
// Hack:
|
||||||
// sandbox.Object = jsmodules.Object;
|
// sandbox.Object = jsmodules.Object;
|
||||||
|
|||||||
Reference in New Issue
Block a user