Skip to content

Commit

Permalink
QnD fix for defining TouchInput, refs flowhub#364
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Aug 16, 2017
1 parent 0a30492 commit 50e635e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion the-graph/hammer.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var Input = null;
if (SUPPORT_POINTER_EVENTS) {
Input = PointerInput;
} else if (SUPPORT_ONLY_TOUCH) {
Input = TouchInput;
Input = Hammer.TouchInput;
} else if (!SUPPORT_TOUCH) {
Input = MouseInput;
} else {
Expand Down

0 comments on commit 50e635e

Please sign in to comment.