diff --git a/src/lib/core/gestures/MdGestureConfig.ts b/src/lib/core/gestures/MdGestureConfig.ts index fa4cb30840c5..2e4d640a617b 100644 --- a/src/lib/core/gestures/MdGestureConfig.ts +++ b/src/lib/core/gestures/MdGestureConfig.ts @@ -8,8 +8,6 @@ export class MdGestureConfig extends HammerGestureConfig { /* List of new event names to add to the gesture support list */ events: string[] = [ 'drag', - 'dragstart', - 'dragend', 'dragright', 'dragleft', 'longpress',