mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:57:59 +01:00
whitespace fixes
This commit is contained in:
@@ -82,9 +82,9 @@ vimperator.Command = function (specs, action, extraInfo) //{{{
|
||||
if (extraInfo.usage)
|
||||
this.usage = extraInfo.usage;
|
||||
|
||||
this.help = extraInfo.help || null;
|
||||
this.help = extraInfo.help || null;
|
||||
this.shortHelp = extraInfo.shortHelp || null;
|
||||
this.completer = extraInfo.completer || null;
|
||||
this.completer = extraInfo.completer || null;
|
||||
this.args = extraInfo.args || [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user