mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-24 11:03:32 +01:00
Fix typo.
This commit is contained in:
@@ -152,7 +152,7 @@ const Highlights = Module("Highlight", {
|
|||||||
return class_.replace(/(^|\s)([A-Z]\w+)\b/g,
|
return class_.replace(/(^|\s)([A-Z]\w+)\b/g,
|
||||||
function (m, n1, hl) n1 +
|
function (m, n1, hl) n1 +
|
||||||
(self.highlight[hl] && self.highlight[hl].class != class_
|
(self.highlight[hl] && self.highlight[hl].class != class_
|
||||||
? self.highlight[hl] : "[dactyl|highlight~=" + hl + "]"));
|
? self.highlight[hl].selector : "[dactyl|highlight~=" + hl + "]"));
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user