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

View File

@@ -91,7 +91,7 @@ ol.source.Source.prototype.forEachFeatureAtPixel =
/**
* @return {Array.<ol.Attribution>} Attributions.
* @api
* @api stable
*/
ol.source.Source.prototype.getAttributions = function() {
return this.attributions_;
@@ -100,7 +100,7 @@ ol.source.Source.prototype.getAttributions = function() {
/**
* @return {string|olx.LogoOptions|undefined} Logo.
* @api
* @api stable
*/
ol.source.Source.prototype.getLogo = function() {
return this.logo_;