Add @api stable annotations for ol.source.TileJSON

This commit is contained in:
Éric Lemoine
2014-08-18 18:14:40 +02:00
parent e9c2e72000
commit 4cc9187414
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ goog.require('ol.tilegrid.XYZ');
* @constructor
* @extends {ol.source.TileImage}
* @param {olx.source.TileJSONOptions} options TileJSON options.
* @api
* @api stable
*/
ol.source.TileJSON = function(options) {