mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-15 23:53:33 +01:00
Formatting fixes.
This commit is contained in:
@@ -1207,7 +1207,7 @@ function QuickMarks() //{{{
|
||||
{
|
||||
let pattern = RegExp("[" + filter.replace(/\s+/g, "") + "]");
|
||||
|
||||
for (let [qmark,] in qmarks)
|
||||
for (let [qmark, ] in qmarks)
|
||||
{
|
||||
if (pattern.test(qmark))
|
||||
qmarks.remove(qmark);
|
||||
|
||||
Reference in New Issue
Block a user