Add mapBrowserPointerEvent property to ModifyEvent

This commit is contained in:
Björn Harrtell
2015-07-01 20:51:04 +02:00
parent f7d62f054c
commit f81e36d8e0
2 changed files with 22 additions and 8 deletions
+6
View File
@@ -61,6 +61,12 @@ oli.ModifyEvent = function() {};
oli.ModifyEvent.prototype.features;
/**
* @type {ol.MapBrowserPointerEvent}
*/
oli.ModifyEvent.prototype.mapBrowserPointerEvent;
/**
* @interface