- Docs: Missing returns, param names

This commit is contained in:
Brett Zamir
2019-12-31 13:42:39 +08:00
parent 477d5fdb6c
commit 22dda2c50b
13 changed files with 28 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ class Command {
* Applies
*
* @function module:history.HistoryCommand#apply
* @param {module:history.HistoryEventHandler}
* @param {module:history.HistoryEventHandler} handler
* @fires module:history~Command#event:history
* @returns {void|true}
*/
@@ -52,7 +52,7 @@ class Command {
*
* Unapplies
* @function module:history.HistoryCommand#unapply
* @param {module:history.HistoryEventHandler}
* @param {module:history.HistoryEventHandler} handler
* @fires module:history~Command#event:history
* @returns {void|true}
*/