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

View File

@@ -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;