Include originating MapBrowserEvent in ol.DragBoxEvent

This commit is contained in:
Frederic Junod
2016-01-04 13:29:11 +01:00
parent 65b90df4b8
commit 7a364e0593
2 changed files with 17 additions and 3 deletions
+6
View File
@@ -35,6 +35,12 @@ oli.DragBoxEvent = function() {};
oli.DragBoxEvent.prototype.coordinate;
/**
* @type {ol.MapBrowserEvent}
*/
oli.DragBoxEvent.prototype.mapBrowserEvent;
/**
* @interface