1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 10:34:13 +01:00

Cleanup and add some documention.

This commit is contained in:
Doug Kearns
2009-06-29 19:06:40 +10:00
parent 701f9ef494
commit f9ffc9138a
14 changed files with 193 additions and 66 deletions

View File

@@ -200,7 +200,7 @@ function Highlights(name, store)
this.selector = function (class)
{
let [, hl, rest] = class.match(/^(\w*)(.*)/);
return "[liberator|highlight~=" + hl + "]" + rest
return "[liberator|highlight~=" + hl + "]" + rest;
};
/**