mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 20:54:46 +00:00
Use touchend instead of touchmove for touch support - saves a byte.
This commit is contained in:
parent
c106b7cb07
commit
1a3b0131d4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Possible additions:
|
|||
|
||||
$.extend( $.support, {
|
||||
orientation: "orientation" in window,
|
||||
touch: "ontouchmove" in document,
|
||||
touch: "ontouchend" in document,
|
||||
WebKitAnimationEvent: typeof WebKitTransitionEvent === "object",
|
||||
pushState: !!history.pushState
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue