mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 21:18:00 +01:00
brace formatting fixes
This commit is contained in:
@@ -792,7 +792,8 @@ function Commands() //{{{
|
||||
argCount: nargsOpt,
|
||||
bang: bangOpt,
|
||||
count: countOpt,
|
||||
completer: function (context, args) {
|
||||
completer: function (context, args)
|
||||
{
|
||||
if (completeFunc)
|
||||
return completeFunc(context, args)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user