mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
increase swipe check timout to allow for test browser speed
This commit is contained in:
parent
004860c209
commit
c7ed33cfeb
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@
|
|||
|
||||
//NOTE the start in the event closure won't be fired, fire it here
|
||||
start();
|
||||
}, opts.timeout + 10);
|
||||
}, opts.timeout + 400);
|
||||
|
||||
stop();
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue