We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ead84 commit 0d2dc40Copy full SHA for 0d2dc40
Source/Options/Options.Events.js
@@ -90,5 +90,6 @@ Options.Events = {
90
onTouchStart: $.empty,
91
onTouchMove: $.empty,
92
onTouchEnd: $.empty,
93
+ onTouchCancel: $.empty,
94
onMouseWheel: $.empty
-};
95
+};
0 commit comments