Add @api stable annotations to ol.layer.Tile

This commit is contained in:
Éric Lemoine
2014-08-18 17:26:48 +02:00
parent ee745f8c9e
commit 1085d4f152
2 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ ol.layer.TileProperty = {
* @extends {ol.layer.Layer}
* @fires ol.render.Event
* @param {olx.layer.TileOptions} options Tile layer options.
* @api
* @api stable
*/
ol.layer.Tile = function(options) {
goog.base(this, options);