Fix vector tile docs and types

This commit is contained in:
ahocevar
2018-06-05 16:38:15 +02:00
parent 7e2814d110
commit 08e0a0dfea
2 changed files with 5 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ const VectorTile = function(tileCoord, state, src, format, tileLoadFunction, opt
* @private
* @type {module:ol/proj/Projection}
*/
this.projection_;
this.projection_ = null;
/**
* @private