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

Cleanup and add some documention.

This commit is contained in:
Doug Kearns
2009-06-29 19:06:40 +10:00
parent 701f9ef494
commit f9ffc9138a
14 changed files with 193 additions and 66 deletions

View File

@@ -181,7 +181,7 @@ Command.prototype = {
* @param {string} args The args to be parsed and passed to
* {@link #action}.
* @param {boolean} bang Whether this command was executed with a trailing
* !.
* bang.
* @deprecated
* @param {number} count Whether this command was executed with a leading
* count.
@@ -224,7 +224,7 @@ Command.prototype = {
/**
* Returns whether this command may be invoked via <b>name</b>.
*
* @param {string} name
* @param {string} name The candidate name.
* @returns {boolean}
*/
hasName: function (name)