From 16359b8af0d862fe54832ce68e91b9a3138de1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 18 Aug 2014 18:13:41 +0200 Subject: [PATCH] Add @api stable annotations for ol.source.Source --- src/ol/source/source.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_;