Add @api stable annotations for ol.control.Control

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

View File

@@ -779,7 +779,7 @@ olx.control.AttributionOptions.prototype.collapseLabel;
/**
* @typedef {{element: (Element|undefined),
* target: (Element|string|undefined)}}
* @api
* @api stable
*/
olx.control.ControlOptions;