Module type for ol.ImageState

This commit is contained in:
Frederic Junod
2018-03-19 09:31:18 +01:00
parent 3edbbf0b46
commit ded99ccad7
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ ImageStyle.prototype.getHitDetectionImage = function(pixelRatio) {};
/**
* @abstract
* @return {ol.ImageState} Image state.
* @return {module:ol/ImageState~ImageState} Image state.
*/
ImageStyle.prototype.getImageState = function() {};