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

Fix :hi -a.

This commit is contained in:
Kris Maglione
2010-12-29 19:02:39 -05:00
parent 353cad261d
commit feb8e64fc7

View File

@@ -130,7 +130,7 @@ var Highlights = Module("Highlight", {
if (append) {
newStyle = Styles.append(highlight.value || "", newStyle);
extend = highlight.extend.concat(extend);
extend = highlight.extends.concat(extend);
}
if (/^\s*$/.test(newStyle))