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:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user