Skip to content

Commit

Permalink
Support: Make the support matrix for iOS 6 match iOS 7 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Mar 13, 2014
1 parent 22c515c commit 26ce217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/support.js
Expand Up @@ -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,
Expand Down

0 comments on commit 26ce217

Please sign in to comment.