diff --git a/src/ol/mapevent.js b/src/ol/mapevent.js index b411a1f7bf..a8e45a09fa 100644 --- a/src/ol/mapevent.js +++ b/src/ol/mapevent.js @@ -37,7 +37,9 @@ ol.MapEvent = function(type, map, opt_frameState) { goog.base(this, type); /** + * The map where the event occurred. * @type {ol.Map} + * @todo api */ this.map = map;