mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 01:53:33 +02:00
Fix REPL breakage and such.
This commit is contained in:
@@ -143,7 +143,6 @@ var Modules = function Modules(window) {
|
|||||||
sandbox.File = jsmodules.File;
|
sandbox.File = jsmodules.File;
|
||||||
sandbox.Math = jsmodules.Math;
|
sandbox.Math = jsmodules.Math;
|
||||||
sandbox.Set = jsmodules.Set;
|
sandbox.Set = jsmodules.Set;
|
||||||
sandbox.__proto__ = proto || modules;
|
|
||||||
return sandbox;
|
return sandbox;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user