diff --git a/js/events/touch.js b/js/events/touch.js index 37458e9e457..dfa2e0cc81f 100644 --- a/js/events/touch.js +++ b/js/events/touch.js @@ -313,8 +313,8 @@ define( [ "jquery", "../vmouse", "../support/touch" ], function( jQuery ) { $.each({ scrollstop: "scrollstart", taphold: "tap", - swipeleft: "swipe", - swiperight: "swipe" + swipeleft: "swipe.left", + swiperight: "swipe.right" }, function( event, sourceEvent ) { $.event.special[ event ] = {