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

Fix a typo in styles.jsm. Closes issue #49.

This commit is contained in:
Kris Maglione
2010-10-06 17:38:23 -04:00
parent 28f51ef202
commit 312244c00c
3 changed files with 61 additions and 55 deletions

View File

@@ -81,7 +81,7 @@ const Highlights = Module("Highlight", {
if (/^[[>+ ]/.test(args[1]))
obj.selector = this.selector(obj.class) + args[1];
if (old && old.value != old.default)
obj.value = old.style;
obj.value = old.value;
if (!old && obj.base && obj.base.enabled)
obj.style.enabled = true;