Add empty descriptions to work around jsdoc

This commit is contained in:
Tom Payne
2013-01-12 00:51:36 +01:00
parent fca7472506
commit 48ee9e75a4
2 changed files with 2 additions and 0 deletions

View File

@@ -319,6 +319,7 @@ ol.renderer.dom.TileLayerZ_.prototype.addTile = function(tile) {
/**
* FIXME empty description for jsdoc
*/
ol.renderer.dom.TileLayerZ_.prototype.finalizeAddTiles = function() {
if (!goog.isNull(this.documentFragment_)) {

View File

@@ -76,5 +76,6 @@ ol.Tile.prototype.getState = function() {
/**
* FIXME empty description for jsdoc
*/
ol.Tile.prototype.load = goog.abstractMethod;