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:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user