Merge pull request #9733 from ahocevar/apidoc-fixes

Get rid of JSDoc warnings and fix fires arguments
This commit is contained in:
Andreas Hocevar
2019-06-29 14:40:08 +02:00
committed by GitHub
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
*/