JSDoc fixes

This commit is contained in:
ahocevar
2019-01-30 09:42:20 +01:00
parent 61b20da539
commit 37eb6de37d
9 changed files with 20 additions and 20 deletions

View File

@@ -154,7 +154,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 ol/source/Vector.VectorSourceEvent
* @fires VectorSourceEvent
* @api
*/
class VectorSource extends Source {