1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-05 06:45:45 +01:00

Poke 'ln' default.

This commit is contained in:
Kris Maglione
2012-05-26 11:48:39 -04:00
parent 21adc88f11
commit fae8cf3577
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ lazyRequire("overlay", ["overlay"]);
lazyRequire("storage", ["storage"]);
lazyRequire("template", ["template"]);
let tmp = {};
let tmp = Object.create(this);
JSMLoader.loadSubScript("chrome://browser/content/sanitize.js", tmp);
tmp.Sanitizer.prototype.__proto__ = Class.prototype;