Skip to content

Commit

Permalink
fix(gestures): remove drag event from config
Browse files Browse the repository at this point in the history
Removes the `drag` event from the gesture config.

Fixes angular#1025.
  • Loading branch information
crisbeto committed Nov 5, 2016
1 parent a0d85d8 commit 1421f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/core/gestures/MdGestureConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export class MdGestureConfig extends HammerGestureConfig {

/* List of new event names to add to the gesture support list */
events: string[] = [
'drag',
'dragright',
'dragleft',
'longpress',
Expand Down

0 comments on commit 1421f47

Please sign in to comment.