Module type for ol.ImageState
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user