Merge pull request #106 from twpayne/re-enable-jsdoc

Re-enable jsdoc
This commit is contained in:
Tom Payne
2013-01-12 03:28:19 -08:00
3 changed files with 3 additions and 1 deletions
@@ -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_)) {
+1
View File
@@ -76,5 +76,6 @@ ol.Tile.prototype.getState = function() {
/**
* FIXME empty description for jsdoc
*/
ol.Tile.prototype.load = goog.abstractMethod;