Module type for ol.ImageCanvas

This commit is contained in:
Frederic Junod
2018-03-19 16:02:46 +01:00
parent 917d28b4f6
commit 48c28540cb
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ const RasterSource = function(options) {
/**
* The most recently rendered image canvas.
* @type {ol.ImageCanvas}
* @type {module:ol/ImageCanvas~ImageCanvas}
* @private
*/
this.renderedImageCanvas_ = null;