1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 18:41:27 +02:00

Remove a troublesome and unnecessary memoize statement.

This commit is contained in:
Kris Maglione
2010-10-04 23:54:57 -04:00
parent c747734f1e
commit 5946f6a757
3 changed files with 3 additions and 4 deletions
-2
View File
@@ -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;