1
0
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:
Kris Maglione
2014-02-16 21:21:16 -08:00
parent fa3930b870
commit e99de42d1c

View File

@@ -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;