whitespace in events

This commit is contained in:
John Bender 2011-09-26 14:00:17 -07:00
parent 8e2f6fa341
commit c1f79be583

View file

@ -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() {