diff --git a/src/ol/events/condition.js b/src/ol/events/condition.js index ddc5c54b37..1ef6ff7a89 100644 --- a/src/ol/events/condition.js +++ b/src/ol/events/condition.js @@ -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;