Add @api stable to ol.MapEvent

This commit is contained in:
Éric Lemoine
2014-08-25 17:36:22 +02:00
parent db452759c9
commit c02793e42b
+1 -1
View File
@@ -43,7 +43,7 @@ ol.MapEvent = function(type, map, opt_frameState) {
/** /**
* The map where the event occurred. * The map where the event occurred.
* @type {ol.Map} * @type {ol.Map}
* @api * @api stable
*/ */
this.map = map; this.map = map;