jQuery core style guide conformance: jquery.mobile.event.js

This commit is contained in:
Rick Waldron 2011-06-28 23:45:18 -04:00
parent 42f0b64262
commit 05059f30d5

View file

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