mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-26 01:45:45 +01:00
Grr.
This commit is contained in:
@@ -1456,7 +1456,7 @@ var DOM = Class("DOM", {
|
||||
* @returns {Node}
|
||||
*/
|
||||
fromXML: function fromXML(node, doc, nodes) {
|
||||
XML.prettyPrinting = false;
|
||||
XML.ignoreWhitespace = XML.prettyPrinting = false;
|
||||
if (typeof node === "string") // Sandboxes can't currently pass us XML objects.
|
||||
node = XML(node);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user