Fix typo in POINTERDRAG constant

This commit is contained in:
tsauerwein
2014-03-12 09:16:54 +01:00
parent e28faa3a2b
commit 52839533e6

View File

@@ -449,7 +449,7 @@ ol.MapBrowserEventHandler.prototype.disposeInternal = function() {
ol.MapBrowserEvent.EventType = {
SINGLECLICK: 'singleclick',
DBLCLICK: goog.events.EventType.DBLCLICK,
POINTERDRAG: 'pointermove',
POINTERDRAG: 'pointerdrag',
POINTERMOVE: 'pointermove',
POINTERDOWN: 'pointerdown',