mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
jQuery core style guide conformance: jquery.mobile.event.js
This commit is contained in:
parent
42f0b64262
commit
05059f30d5
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ $.event.special.swipe = {
|
|||
}
|
||||
|
||||
var data = event.originalEvent.touches ?
|
||||
event.originalEvent.touches[ 0 ] : event;
|
||||
event.originalEvent.touches[ 0 ] : event;
|
||||
|
||||
stop = {
|
||||
time: ( new Date() ).getTime(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue