mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
whitespace in events
This commit is contained in:
parent
8e2f6fa341
commit
c1f79be583
1 changed files with 3 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue