Merge pull request #7371 from notnotse/vt-missing-api-annotation

Add @api annotation to ol.VectorTile.getExtent
This commit is contained in:
Andreas Hocevar
2017-10-19 12:57:20 +02:00
committed by GitHub
+1
View File
@@ -92,6 +92,7 @@ ol.VectorTile.prototype.disposeInternal = function() {
/** /**
* Gets the extent of the vector tile. * Gets the extent of the vector tile.
* @return {ol.Extent} The extent. * @return {ol.Extent} The extent.
* @api
*/ */
ol.VectorTile.prototype.getExtent = function() { ol.VectorTile.prototype.getExtent = function() {
return this.extent_ || ol.VectorTile.DEFAULT_EXTENT; return this.extent_ || ol.VectorTile.DEFAULT_EXTENT;