1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 10:05:49 +01:00

Remove bare references to 'content'.

This commit is contained in:
Kris Maglione
2010-10-04 22:09:54 -04:00
parent 2012279ad9
commit 9af8705807
5 changed files with 20 additions and 14 deletions

View File

@@ -595,7 +595,7 @@ const Dactyl = Module("dactyl", {
data.push(<>{node.textContent}</>.toXMLString());
}
}
fix(content.document.documentElement);
fix(window.content.document.documentElement);
addDataEntry(file + ".xhtml", data.join(""));
}