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

View File

@@ -168,7 +168,6 @@ ol.VectorImageTile.prototype.getContext = function() {
/**
* Get the Canvas for this tile.
* @return {HTMLCanvasElement} Canvas.
* @api
*/
ol.VectorImageTile.prototype.getImage = function() {
return this.replayState_.renderedTileRevision == -1 ?