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
+1 -1
View File
@@ -65,7 +65,7 @@ class IIIF extends TileImage {
constructor(opt_options) { constructor(opt_options) {
/** /**
* @type {Partial<Options>} options * @type {Partial<Options>}
*/ */
const options = opt_options || {}; const options = opt_options || {};
+1 -1
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 * by this source are suitable for editing. See {@link module:ol/source/VectorTile~VectorTile} for
* vector data that is optimized for rendering. * vector data that is optimized for rendering.
* *
* @fires VectorSourceEvent<Geometry> * @fires VectorSourceEvent
* @api * @api
* @template {import("../geom/Geometry.js").default} Geometry * @template {import("../geom/Geometry.js").default} Geometry
*/ */