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