Use originalEvent instead of browserEvent
This commit is contained in:
committed by
Andreas Hocevar
parent
c62e76ab67
commit
e48ab95735
+1
-1
@@ -28,7 +28,7 @@ In the source file (`src/ol/MapBrowserEvent.js`), the class needs to implement t
|
||||
* @constructor
|
||||
* @implements {oli.MapBrowserEvent}
|
||||
*/
|
||||
ol.MapBrowserEvent = function(type, map, browserEvent, opt_frameState) {
|
||||
ol.MapBrowserEvent = function(type, map, originalEvent, opt_frameState) {
|
||||
|
||||
// ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user