Module type for ol.LayerType

This commit is contained in:
Frederic Junod
2018-03-19 10:54:01 +01:00
parent 0477f6cfdf
commit a6a8da2d23
5 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ const VectorTileLayer = function(opt_options) {
/**
* The layer type.
* @protected
* @type {ol.LayerType}
* @type {module:ol/LayerType~LayerType}
*/
this.type = LayerType.VECTOR_TILE;