Make map property of ol.MapEvent exportable

This commit is contained in:
Tim Schaub
2014-06-03 12:45:03 -06:00
parent 559feba1ed
commit 0f04236fc4

View File

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