diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-03-13 01:46:18 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-03-13 01:46:18 +0100 |
commit | 26ce21786252981563e49e91a85b3e0bfa16c3e3 (patch) | |
tree | 4dec960d402896e2757c984150b83fd553d094a0 /test | |
parent | 22c515c6717efe46685b43215208aa4e5648fbc8 (diff) | |
download | jquery-26ce21786252981563e49e91a85b3e0bfa16c3e3.tar.gz jquery-26ce21786252981563e49e91a85b3e0bfa16c3e3.zip |
Support: Make the support matrix for iOS 6 match iOS 7 as well
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js index feea7dd35..867ba1d74 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -195,7 +195,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec "radioValue": true, "reliableMarginRight": true }; - } else if ( /iphone os 6_0/i.test( userAgent ) ) { + } else if ( /iphone os (?:6|7)_/i.test( userAgent ) ) { expected = { "ajax": true, "boxSizingReliable": true, |