- Docs: Missing returns, param names
This commit is contained in:
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user