1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 19:24:13 +01:00

Formatting fixes.

This commit is contained in:
Doug Kearns
2009-08-26 23:09:13 +10:00
parent bc1163c0c7
commit b6a898a5fa
9 changed files with 17 additions and 15 deletions

View File

@@ -842,7 +842,7 @@ function Events() //{{{
{
let re = RegExp(filter);
for (let [item,] in macros)
for (let [item, ] in macros)
{
if (re.test(item) || !filter)
macros.remove(item);