Module type for ol.TileQueue

This commit is contained in:
Frederic Junod
2018-03-19 11:49:07 +01:00
parent edce8785ee
commit ba62774cf0
+1 -1
View File
@@ -129,7 +129,7 @@ const RasterSource = function(options) {
/** /**
* @private * @private
* @type {ol.TileQueue} * @type {module:ol/TileQueue~TileQueue}
*/ */
this.tileQueue_ = new TileQueue( this.tileQueue_ = new TileQueue(
function() { function() {