Annotations for exports

This commit is contained in:
Tim Schaub
2014-04-08 13:40:35 -06:00
parent 457cfe851a
commit fb497f5288
243 changed files with 456 additions and 451 deletions

View File

@@ -29,6 +29,7 @@ ol.source.TileOptions;
* @extends {ol.source.Source}
* @param {ol.source.TileOptions} options Tile source options.
* @todo stability experimental
* @todo api
*/
ol.source.Tile = function(options) {
@@ -153,6 +154,7 @@ ol.source.Tile.prototype.getTile = goog.abstractMethod;
/**
* @return {ol.tilegrid.TileGrid} Tile grid.
* @todo api
*/
ol.source.Tile.prototype.getTileGrid = function() {
return this.tileGrid;