Remove unnecessary 'function' in jsdoc blocks
This commit is contained in:
@@ -76,7 +76,6 @@ class Target extends Disposable {
|
||||
* import("./Event.js").default|string} event Event object.
|
||||
* @return {boolean|undefined} `false` if anyone called preventDefault on the
|
||||
* event object or if any of the listeners returned false.
|
||||
* @function
|
||||
* @api
|
||||
*/
|
||||
dispatchEvent(event) {
|
||||
|
||||
Reference in New Issue
Block a user