Fix some types

This commit is contained in:
ahocevar
2018-04-27 00:26:03 +02:00
parent ce84c3bf57
commit 59d904e509
25 changed files with 103 additions and 102 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ const ImageWrapper = function(extent, resolution, pixelRatio, src, crossOrigin,
/**
* @protected
* @type {module:ol/ImageState~ImageState}
* @type {module:ol/ImageState}
*/
this.state = ImageState.IDLE;