Add @api stable annotations for ol.source.Source
This commit is contained in:
@@ -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_;
|
||||||
|
|||||||
Reference in New Issue
Block a user