Add @api stable annotations for ol.source.Source

This commit is contained in:
Éric Lemoine
2014-08-18 18:13:41 +02:00
parent 823dc41cdf
commit 16359b8af0
+2 -2
View File
@@ -91,7 +91,7 @@ ol.source.Source.prototype.forEachFeatureAtPixel =
/** /**
* @return {Array.<ol.Attribution>} Attributions. * @return {Array.<ol.Attribution>} Attributions.
* @api * @api stable
*/ */
ol.source.Source.prototype.getAttributions = function() { ol.source.Source.prototype.getAttributions = function() {
return this.attributions_; return this.attributions_;
@@ -100,7 +100,7 @@ ol.source.Source.prototype.getAttributions = function() {
/** /**
* @return {string|olx.LogoOptions|undefined} Logo. * @return {string|olx.LogoOptions|undefined} Logo.
* @api * @api stable
*/ */
ol.source.Source.prototype.getLogo = function() { ol.source.Source.prototype.getLogo = function() {
return this.logo_; return this.logo_;