Skip to content

Commit

Permalink
fixed missing touch event raising an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
alesdotio committed May 31, 2013
1 parent 97ead84 commit 0d2dc40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Options/Options.Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ Options.Events = {
onTouchStart: $.empty,
onTouchMove: $.empty,
onTouchEnd: $.empty,
onTouchCancel: $.empty,
onMouseWheel: $.empty
};
};

0 comments on commit 0d2dc40

Please sign in to comment.