Module type for ol.source.State

This commit is contained in:
Frederic Junod
2018-04-04 11:56:52 +02:00
parent 6ce42464b3
commit e283193ff4
8 changed files with 12 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ inherits(ImageSourceEvent, Event);
* @property {module:ol/extent~Extent} [extent]
* @property {module:ol/proj~ProjectionLike} projection
* @property {Array.<number>} [resolutions]
* @property {ol.source.State} [state]
* @property {module:ol/source/State~State} [state]
*/