Add @api stable annotations for ol.control.Attribution

This commit is contained in:
Éric Lemoine
2014-08-19 16:46:44 +02:00
parent 7c01d3a57c
commit 602deafc86
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ var olx;
/**
* @typedef {{html: string,
* tileRanges: (Object.<string, Array.<ol.TileRange>>|undefined)}}
* @api
* @api stable
*/
olx.AttributionOptions;