1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 04:35:45 +01:00

Experimental new Hint style. Lets see how vitriolic the reaction is.

This commit is contained in:
Kris Maglione
2010-12-31 22:40:33 -05:00
parent 54a3974a2a
commit ac8347dc03
3 changed files with 9 additions and 6 deletions

View File

@@ -329,7 +329,7 @@ var Styles = Module("Styles", {
let match, i = 0;
while ((!match || match[0]) && (match = Styles.propertyPattern.exec(str)))
if (always && !i++ || match[0])
if (always && !i++ || match[0] && match[3])
yield this.Property.fromArray(match);
},