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
+2 -3
View File
@@ -107,9 +107,8 @@ LayerRenderer.prototype.handleImageChange_ = function(event) {
/**
* Load the image if not already loaded, and register the image change
* listener if needed.
* @param {ol.ImageBase} image Image.
* @return {boolean} `true` if the image is already loaded, `false`
* otherwise.
* @param {module:ol/ImageBase~ImageBase} image Image.
* @return {boolean} `true` if the image is already loaded, `false` otherwise.
* @protected
*/
LayerRenderer.prototype.loadImage = function(image) {