Add @api stable to ol.events.ConditionType

This commit is contained in:
Éric Lemoine
2014-08-25 17:24:00 +02:00
parent 069a2d9f20
commit dcd2e425a2

View File

@@ -13,7 +13,7 @@ goog.require('ol.MapBrowserPointerEvent');
* `{boolean}`. If the condition is met, true should be returned.
*
* @typedef {function(ol.MapBrowserEvent): boolean}
* @api
* @api stable
*/
ol.events.ConditionType;