1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-17 23:55:21 +02:00

Whitespace and semicolon fixes.

This commit is contained in:
Doug Kearns
2009-08-10 02:15:23 +10:00
parent a8001baa03
commit 77458e5b8a
16 changed files with 66 additions and 61 deletions
Regular → Executable
+1 -1
View File
@@ -1171,7 +1171,7 @@ function Commands() //{{{
// then get completions of the command name
let [count, cmd, bang, args] = commands.parseCommand(context.filter);
let [, prefix, junk] = context.filter.match(/^(:*\d*)\w*(.?)/) || [];
context.advance(prefix.length)
context.advance(prefix.length);
if (!junk)
return context.fork("", 0, this, "command");