Fix comments for JSDoc

This commit is contained in:
ahocevar
2018-10-23 17:58:50 +02:00
parent cd2f0f60d6
commit d1395d005c
9 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import {clear} from './obj.js';
* Listener function. This function is called with an event object as argument.
* When the function returns `false`, event propagation will stop.
*
* @typedef {function(Event|import("./events/Event.js").default): (void|boolean)} ListenerFunction
* @typedef {function((Event|import("./events/Event.js").default)): (void|boolean)} ListenerFunction
* @api
*/