Skip to content

Commit

Permalink
Closes #32 - make pan recognizer horizontal only
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Jan 31, 2016
1 parent 4a60bf9 commit d5fed29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/recognizers/pan.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
include: [],
exclude: [],
options: {},
options: { direction: Hammer.DIRECTION_HORIZONTAL },
recognizer: 'pan'
};

0 comments on commit d5fed29

Please sign in to comment.