1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 16:45:45 +01:00

Remove util.xmlToDom that ducked the XML cleanup.

This commit is contained in:
Doug Kearns
2014-02-19 23:24:51 +11:00
parent 4b985eb8f2
commit 160e66430c
2 changed files with 1 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ var Highlights = Module("Highlight", {
* If Star is provided, the style is applied as an agent sheet.
*
* The new styles are lazily activated unless Bang or *eager* is
* provided. See {@link Util#xmlToDom}.
* provided.
*
* @param {string} css The rules to load. See {@link Highlights#css}.
* @param {boolean} eager When true, load all provided rules immediately.