Remove api annotation from ol.VectorImageTile#getImage

This commit is contained in:
Andreas Hocevar
2017-05-17 10:15:45 +02:00
parent a9f369479f
commit 556ede5960
-1
View File
@@ -168,7 +168,6 @@ ol.VectorImageTile.prototype.getContext = function() {
/** /**
* Get the Canvas for this tile. * Get the Canvas for this tile.
* @return {HTMLCanvasElement} Canvas. * @return {HTMLCanvasElement} Canvas.
* @api
*/ */
ol.VectorImageTile.prototype.getImage = function() { ol.VectorImageTile.prototype.getImage = function() {
return this.replayState_.renderedTileRevision == -1 ? return this.replayState_.renderedTileRevision == -1 ?