mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:37:58 +01:00
Fix command parsing on FF36. Closes issue #65.
--HG-- extra : rebase_source : 801de24c1af70280c1ac297a2db47fc37b82878c
This commit is contained in:
@@ -493,6 +493,11 @@ const Dactyl = Module("dactyl", {
|
||||
this.helpInitialized = true;
|
||||
}
|
||||
},
|
||||
stringifyXML: function (xml) {
|
||||
XML.prettyPrinting = false;
|
||||
XML.ignoreWhitespace = false;
|
||||
return UTF8(xml.toXMLString());
|
||||
},
|
||||
|
||||
exportHelp: function (path) {
|
||||
const FILE = io.File(path);
|
||||
|
||||
Reference in New Issue
Block a user