Get rid of JSDoc warnings and fix fires arguments

This commit is contained in:
ahocevar
2019-06-29 10:25:35 +02:00
parent a4b76b2a00
commit cb77f9e3dd
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ export class VectorSourceEvent extends Event {
* by this source are suitable for editing. See {@link module:ol/source/VectorTile~VectorTile} for
* vector data that is optimized for rendering.
*
* @fires VectorSourceEvent<Geometry>
* @fires VectorSourceEvent
* @api
* @template {import("../geom/Geometry.js").default} Geometry
*/