Add @api stable annotations to ol.layer.Layer

This commit is contained in:
Éric Lemoine
2014-08-18 17:25:35 +02:00
parent efc32b14df
commit 15487d1ce9
2 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ goog.require('ol.source.Source');
* @fires ol.render.Event
* @fires change Triggered when the state of the source changes.
* @param {olx.layer.LayerOptions} options Layer options.
* @api
* @api stable
*/
ol.layer.Layer = function(options) {
@@ -80,7 +80,7 @@ ol.layer.Layer.prototype.getLayerStatesArray = function(opt_states) {
/**
* @return {ol.source.Source} Source.
* @api
* @api stable
*/
ol.layer.Layer.prototype.getSource = function() {
return this.source_;