mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 05:35:45 +01:00
Fix help on FF3, overly long URL chains in context filenames, etc.
This commit is contained in:
@@ -21,7 +21,7 @@ defineModule("sanitizer", {
|
||||
}, this);
|
||||
|
||||
let tmp = {};
|
||||
services.subscriptLoader.loadSubScript("chrome://browser/content/sanitize.js", tmp);
|
||||
JSMLoader.loadSubScript("chrome://browser/content/sanitize.js", tmp);
|
||||
tmp.Sanitizer.prototype.__proto__ = Class.prototype;
|
||||
|
||||
var Range = Struct("min", "max");
|
||||
|
||||
Reference in New Issue
Block a user