All @api annotations imply stability
This commit is contained in:
@@ -24,7 +24,7 @@ goog.require('ol.tilegrid');
|
||||
* @constructor
|
||||
* @param {olx.AttributionOptions} options Attribution options.
|
||||
* @struct
|
||||
* @api stable
|
||||
* @api
|
||||
*/
|
||||
ol.Attribution = function(options) {
|
||||
|
||||
@@ -46,7 +46,7 @@ ol.Attribution = function(options) {
|
||||
/**
|
||||
* Get the attribution markup.
|
||||
* @return {string} The attribution HTML.
|
||||
* @api stable
|
||||
* @api
|
||||
*/
|
||||
ol.Attribution.prototype.getHTML = function() {
|
||||
return this.html_;
|
||||
|
||||
Reference in New Issue
Block a user