fixed jsdoc type annotations

This commit is contained in:
Simon Seyock
2019-09-29 19:30:43 +02:00
parent c69201d5ad
commit 2e1dee1994
6 changed files with 8 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ import EventType from './events/EventType.js';
* and unregistration. A generic `change` event is always available through
* {@link module:ol/Observable~Observable#changed}.
*
* @fires import("./events/Event.js").Event
* @fires import("./events/Event.js").default
* @api
*/
class Observable extends EventTarget {