From c02793e42b76aaa7b5410cd84fe7222ff961619e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 25 Aug 2014 17:36:22 +0200 Subject: [PATCH] Add @api stable to ol.MapEvent --- src/ol/mapevent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/mapevent.js b/src/ol/mapevent.js index f0744c5243..260d002ac5 100644 --- a/src/ol/mapevent.js +++ b/src/ol/mapevent.js @@ -43,7 +43,7 @@ ol.MapEvent = function(type, map, opt_frameState) { /** * The map where the event occurred. * @type {ol.Map} - * @api + * @api stable */ this.map = map;