1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 07:17:59 +01:00

Whitespace fixes.

This commit is contained in:
Doug Kearns
2008-12-23 22:33:06 +11:00
parent f859d73149
commit cf9cb136fc
3 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ Command.prototype = {
* executed with a trailing !.
* @param {number} count @deprecated Whether this command was
* executed a leading count.
* @param modifiers Any modifiers to be passed to
* @param modifiers Any modifiers to be passed to
* {@link action}
*/
execute: function (args, bang, count, modifiers)
@@ -856,7 +856,7 @@ function Commands() //{{{
return completer.apply(this, Array.slice(arguments));
}
}
else
else
{
completeFunc = function () completion[completeOptionMap[completeOpt]].apply(this, Array.slice(arguments));
}