Merge pull request #3190 from tsauerwein/event-dragging

Introduce `dragging` flag for MapBrowserEvent
This commit is contained in:
Tobias Sauerwein
2015-01-30 09:54:52 +01:00
17 changed files with 125 additions and 56 deletions
+6
View File
@@ -92,6 +92,12 @@ oli.MapBrowserEvent.prototype.originalEvent;
oli.MapBrowserEvent.prototype.pixel;
/**
* @type {boolean}
*/
oli.MapBrowserEvent.prototype.dragging;
/**
* @interface