Type annotation corrections

This commit is contained in:
Tim Schaub
2018-05-07 22:16:08 -06:00
parent 5a9fad218b
commit 5707cdf3b6
4 changed files with 9 additions and 9 deletions

View File

@@ -152,7 +152,7 @@ const RasterSource = function(options) {
/**
* @private
* @type {module:ol/source/RasterOperationType}
* @type {module:ol/source/Raster~RasterOperationType}
*/
this.operationType_ = options.operationType !== undefined ?
options.operationType : RasterOperationType.PIXEL;