1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 13:01:25 +02:00

Fix sanitizer.

--HG--
branch : testing
This commit is contained in:
Kris Maglione
2010-05-14 14:37:56 -04:00
parent 847dc6428d
commit 34574f43bb
4 changed files with 17 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ const Sanitizer = Module("sanitizer", {
init: function () {
const self = this;
liberator.loadScript("chrome://browser/content/sanitize.js", Sanitizer);
Sanitizer.getClearRange = Sanitizer.Sanitizer.getClearRange;
this.__proto__.__proto__ = new Sanitizer.Sanitizer; // Good enough.
// TODO: remove this version test