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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user