Merge pull request #6610 from ahocevar/ie-eventtype

Fix event type case of MSPointerDown
This commit is contained in:
Andreas Hocevar
2017-03-21 08:39:13 +01:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ ol.events.EventType = {
MOUSEOUT: 'mouseout',
MOUSEUP: 'mouseup',
MOUSEWHEEL: 'mousewheel',
MSPOINTERDOWN: 'mspointerdown',
MSPOINTERDOWN: 'MSPointerDown',
RESIZE: 'resize',
TOUCHSTART: 'touchstart',
TOUCHMOVE: 'touchmove',