Remove goog.fx.Dragger

This commit is contained in:
Andreas Hocevar
2016-01-26 13:42:37 +01:00
parent 6ac3f30c8f
commit 7e27ba1d42
5 changed files with 103 additions and 47 deletions
+4
View File
@@ -14,6 +14,7 @@ ol.events.EventType = {
* @api
*/
CHANGE: 'change',
CLICK: 'click',
DBLCLICK: 'dblclick',
DRAGENTER: 'dragenter',
@@ -26,10 +27,13 @@ ol.events.EventType = {
MOUSEDOWN: 'mousedown',
MOUSEMOVE: 'mousemove',
MOUSEOUT: 'mouseout',
MOUSEUP: 'mouseup',
MOUSEWHEEL: 'mousewheel',
MSPOINTERDOWN: 'mspointerdown',
RESIZE: 'resize',
TOUCHSTART: 'touchstart',
TOUCHMOVE: 'touchmove',
TOUCHEND: 'touchend',
WHEEL: 'wheel'
};