mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 12:45:49 +01:00
Remove a troublesome and unnecessary memoize statement.
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
(function () {
|
||||
function newContext(proto) {
|
||||
let sandbox = Components.utils.Sandbox(window);
|
||||
if (jsmodules.__proto__ != window)
|
||||
jsmodules.__proto__ = window;
|
||||
// Hack:
|
||||
sandbox.Object = jsmodules.Object;
|
||||
sandbox.Math = jsmodules.Math;
|
||||
|
||||
Reference in New Issue
Block a user