Add empty descriptions to work around jsdoc
This commit is contained in:
@@ -319,6 +319,7 @@ ol.renderer.dom.TileLayerZ_.prototype.addTile = function(tile) {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* FIXME empty description for jsdoc
|
||||||
*/
|
*/
|
||||||
ol.renderer.dom.TileLayerZ_.prototype.finalizeAddTiles = function() {
|
ol.renderer.dom.TileLayerZ_.prototype.finalizeAddTiles = function() {
|
||||||
if (!goog.isNull(this.documentFragment_)) {
|
if (!goog.isNull(this.documentFragment_)) {
|
||||||
|
|||||||
@@ -76,5 +76,6 @@ ol.Tile.prototype.getState = function() {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* FIXME empty description for jsdoc
|
||||||
*/
|
*/
|
||||||
ol.Tile.prototype.load = goog.abstractMethod;
|
ol.Tile.prototype.load = goog.abstractMethod;
|
||||||
|
|||||||
Reference in New Issue
Block a user