1
0
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:
Doug Kearns
2007-11-22 05:32:50 +00:00
parent fce286d6b2
commit 44705af3b1
6 changed files with 11 additions and 10 deletions

View File

@@ -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 || [];
}