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
@@ -92,7 +92,7 @@ const Icon = function(opt_options) {
6); // A defined and non-empty `src` or `image` must be provided
/**
* @type {ol.ImageState}
* @type {module:ol/ImageState~ImageState}
*/
const imageState = options.src !== undefined ?
ImageState.IDLE : ImageState.LOADED;