diff --git a/src/ol/source/source.js b/src/ol/source/source.js index 8e09df215d..81797803fa 100644 --- a/src/ol/source/source.js +++ b/src/ol/source/source.js @@ -91,7 +91,7 @@ ol.source.Source.prototype.forEachFeatureAtPixel = /** * @return {Array.} 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_;