Remove api annotation from ol.VectorImageTile#getImage
This commit is contained in:
@@ -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 ?
|
||||||
|
|||||||
Reference in New Issue
Block a user