mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-28 09:54:44 +00:00
added support property for history.pushState
This commit is contained in:
parent
c2beace760
commit
094d9b109b
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ Possible additions:
|
|||
$.extend( $.support, {
|
||||
orientation: !!window.orientation,
|
||||
touch: typeof Touch === "object",
|
||||
WebKitAnimationEvent: typeof WebKitTransitionEvent === "object"
|
||||
WebKitAnimationEvent: typeof WebKitTransitionEvent === "object",
|
||||
pushState: !!history.pushState
|
||||
});
|
||||
|
||||
(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue