Module type for ol.Image

This commit is contained in:
Frederic Junod
2018-03-19 16:07:09 +01:00
parent a3ccfbdd44
commit 5173970f53
6 changed files with 10 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ const Static = function(options) {
/**
* @private
* @type {ol.Image}
* @type {module:ol/Image~Image}
*/
this.image_ = new ImageWrapper(imageExtent, undefined, 1, options.url, crossOrigin, imageLoadFunction);