mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 23:45:06 -05:00
Support: Make the support matrix for iOS 6 match iOS 7 as well
(cherry-picked from 26ce217862)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user