Add @api stable annotations for ol.Attribution

This commit is contained in:
Éric Lemoine
2014-08-22 16:59:18 +02:00
parent 807ddccecf
commit 89e086e586
2 changed files with 3 additions and 3 deletions

View File

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