From c1f79be5830fdbe2b09b261f7452c31ff315507b Mon Sep 17 00:00:00 2001 From: John Bender Date: Mon, 26 Sep 2011 14:00:17 -0700 Subject: [PATCH] whitespace in events --- js/jquery.mobile.event.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/jquery.mobile.event.js b/js/jquery.mobile.event.js index 03bffaab..6a58cefa 100644 --- a/js/jquery.mobile.event.js +++ b/js/jquery.mobile.event.js @@ -118,11 +118,11 @@ $.event.special.tap = { // also handles swipeleft, swiperight $.event.special.swipe = { scrollSupressionThreshold: 10, // More than this horizontal displacement, and we will suppress scrolling. - + durationThreshold: 1000, // More time than this, and it isn't a swipe. - + horizontalDistanceThreshold: 30, // Swipe horizontal displacement must be more than this. - + verticalDistanceThreshold: 75, // Swipe vertical displacement must be less than this. setup: function() {