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
@@ -137,7 +137,7 @@ ImageStyle.prototype.getHitDetectionImage = function(pixelRatio) {};
/**
* @abstract
* @return {module:ol/ImageState~ImageState} Image state.
* @return {module:ol/ImageState} Image state.
*/
ImageStyle.prototype.getImageState = function() {};