From dcd2e425a25a086ff137ef84b9dc3f35fcee6c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 25 Aug 2014 17:24:00 +0200 Subject: [PATCH] Add @api stable to ol.events.ConditionType --- src/ol/events/condition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;