1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:58:00 +01:00

add a bang version of delmacros to delete all macros

This commit is contained in:
Doug Kearns
2008-10-06 13:59:15 +00:00
parent 413e01da41
commit 2dd206df47
3 changed files with 11 additions and 5 deletions

View File

@@ -1082,9 +1082,7 @@ liberator.Buffer = function () //{{{
highlight: function (key, style)
{
liberator.log("key: " + key + ", style: " + style);
let [, class, selectors] = key.match(/^([a-zA-Z_-]+)(.*)/);
liberator.log("class: " + class + ", selectors: " + selectors);
if (highlightClasses.indexOf(class) == -1)
{