mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Support: Make the support matrix for iOS 6 match iOS 7 as well
(cherry-picked from 26ce217862
)
This commit is contained in:
parent
59c4adbaff
commit
412555a0b0
@ -521,7 +521,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
|
||||
"submitBubbles": true,
|
||||
"tbody": true
|
||||
};
|
||||
} else if ( /iphone os 6_0/i.test( userAgent ) ) {
|
||||
} else if ( /iphone os (?:6|7)_/i.test( userAgent ) ) {
|
||||
expected = {
|
||||
"ajax": true,
|
||||
"appendChecked": true,
|
||||
|
Loading…
Reference in New Issue
Block a user