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

whitespace fix

This commit is contained in:
Doug Kearns
2008-11-01 09:29:13 +00:00
parent 74288a1461
commit 8aff700b67

View File

@@ -804,7 +804,7 @@ function Commands() //{{{
// awake.
options: util.Array.assocToObj(util.map({argCount: "-nargs", bang: "-bang", count: "-count"},
function ([k, v]) k in cmd && cmd[k] != "0" && [v, typeof cmd[k] == "boolean" ? null : cmd[k]])
.filter(function(k) k)),
.filter(function (k) k)),
arguments: [cmd.name],
literalArg: cmd.replacementText
}