mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 04:14:11 +01:00
Fix 'eht' validator.
--HG-- extra : rebase_source : 38690a1eb26e4dc6a0c6181dcb34b4c20c440065
This commit is contained in:
@@ -84,6 +84,7 @@ var Services = Module("Services", {
|
||||
this.addClass("Timer", "@mozilla.org/timer;1", "nsITimer", "initWithCallback");
|
||||
this.addClass("Xmlhttp", "@mozilla.org/xmlextras/xmlhttprequest;1", "nsIXMLHttpRequest");
|
||||
this.addClass("XPathEvaluator", "@mozilla.org/dom/xpath-evaluator;1", "nsIDOMXPathEvaluator");
|
||||
this.addClass("XMLDocument", "@mozilla.org/xml/xml-document;1", ["nsIDOMXMLDocument", "nsIDOMNodeSelector"]);
|
||||
this.addClass("ZipReader", "@mozilla.org/libjar/zip-reader;1", "nsIZipReader", "open");
|
||||
this.addClass("ZipWriter", "@mozilla.org/zipwriter;1", "nsIZipWriter");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user