Skip to content

Commit

Permalink
Tests: Correct a typo in the regex matching Safari 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jun 13, 2015
1 parent 349edbd commit c17543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/support.js
Expand Up @@ -107,7 +107,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
"radioValue": false, "radioValue": false,
"reliableMarginRight": true "reliableMarginRight": true
}; };
} else if ( /8.0(\.\d+|) safari/i.test( userAgent ) ) { } else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
expected = { expected = {
"ajax": true, "ajax": true,
"boxSizingReliable": true, "boxSizingReliable": true,
Expand Down

0 comments on commit c17543f

Please sign in to comment.