Fix event type and documentation of ol.events.condition.mouseOnly

This commit is contained in:
Andreas Hocevar
2016-07-19 15:00:05 +02:00
parent c0efa21d7f
commit a9c54e0c02
4 changed files with 34 additions and 5 deletions
+24
View File
@@ -157,6 +157,30 @@ oli.MapBrowserEvent.prototype.pixel;
oli.MapBrowserEvent.prototype.dragging;
/**
* @interface
*/
oli.MapBrowserPointerEvent;
/**
* @type {ol.pointer.PointerEvent}
*/
oli.MapBrowserPointerEvent.prototype.pointerEvent;
/**
* @interface
*/
oli.pointer.PointerEvent;
/**
* @type {Event}
*/
oli.pointer.PointerEvent.prototype.originalEvent;
/**
* @interface
*/