Add dragging flag to MapBrowserEvent

This commit is contained in:
tsauerwein
2015-01-30 09:15:35 +01:00
parent 3abcbcf377
commit f2518e4c08
2 changed files with 49 additions and 19 deletions

View File

@@ -92,6 +92,12 @@ oli.MapBrowserEvent.prototype.originalEvent;
oli.MapBrowserEvent.prototype.pixel;
/**
* @type {boolean}
*/
oli.MapBrowserEvent.prototype.dragging;
/**
* @interface