1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 23:04:17 +01:00

Fix REPL breakage and such.

This commit is contained in:
Kris Maglione
2014-02-16 14:00:48 -08:00
parent e2003c3d9e
commit 62f3b69e48

View File

@@ -143,7 +143,6 @@ var Modules = function Modules(window) {
sandbox.File = jsmodules.File;
sandbox.Math = jsmodules.Math;
sandbox.Set = jsmodules.Set;
sandbox.__proto__ = proto || modules;
return sandbox;
},