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

Addenda and corrigenda for the last and next to next to last commits.

This commit is contained in:
Štěpán Němec
2010-12-18 19:06:53 +01:00
parent 716e8cea94
commit c7411dfcff
7 changed files with 48 additions and 58 deletions

View File

@@ -204,7 +204,7 @@ const Command = Class("Command", {
/** @property {string[]} All of this command's long and short names. */
names: null,
/** @property {string} This command's description, as shown in :exusage */
/** @property {string} This command's description, as shown in :listcommands */
description: "",
/**
* @property {function (Args)} The function called to execute this command.