Module type for ol.source.Source

This commit is contained in:
Frederic Junod
2018-04-04 12:04:57 +02:00
parent 3dbabb734b
commit 6f3957786a
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ inherits(VectorSourceEvent, Event);
* vector data that is optimized for rendering.
*
* @constructor
* @extends {ol.source.Source}
* @extends {module:ol/source/Source~Source}
* @fires ol.source.Vector.Event
* @param {module:ol/source/Vector~Options=} opt_options Vector source options.
* @api