Merge pull request #6610 from ahocevar/ie-eventtype
Fix event type case of MSPointerDown
This commit is contained in:
@@ -26,7 +26,7 @@ ol.events.EventType = {
|
||||
MOUSEOUT: 'mouseout',
|
||||
MOUSEUP: 'mouseup',
|
||||
MOUSEWHEEL: 'mousewheel',
|
||||
MSPOINTERDOWN: 'mspointerdown',
|
||||
MSPOINTERDOWN: 'MSPointerDown',
|
||||
RESIZE: 'resize',
|
||||
TOUCHSTART: 'touchstart',
|
||||
TOUCHMOVE: 'touchmove',
|
||||
|
||||
Reference in New Issue
Block a user