Module type for ol.ImageBase

This commit is contained in:
Frederic Junod
2018-03-19 11:47:38 +01:00
parent a6a8da2d23
commit edce8785ee
6 changed files with 10 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ const CanvasImageLayerRenderer = function(imageLayer) {
/**
* @private
* @type {?ol.ImageBase}
* @type {?module:ol/ImageBase~ImageBase}
*/
this.image_ = null;