Reference ol.MapBrowserEvent instead of ol.MapBrowserPointerEvent

There is nothing exportable in ol.MapBrowserEvent in addition to what is
exportable in ol.MapBrowserEvent.
This commit is contained in:
Andreas Hocevar
2016-06-09 16:19:11 +02:00
parent 40ead5b329
commit 400484e663
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -92,9 +92,9 @@ oli.ModifyEvent.prototype.features;
/**
* @type {ol.MapBrowserPointerEvent}
* @type {ol.MapBrowserEvent}
*/
oli.ModifyEvent.prototype.mapBrowserPointerEvent;
oli.ModifyEvent.prototype.mapBrowserEvent;
/**