Merge pull request #9733 from ahocevar/apidoc-fixes
Get rid of JSDoc warnings and fix fires arguments
This commit is contained in:
@@ -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 || {};
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user