mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 20:35:01 -05:00
Tests: Correct a typo in the regex matching Safari 8
(cherry-picked from c17543fd3c)
This commit is contained in:
@@ -198,7 +198,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
|
||||
"style": false,
|
||||
"submit": false
|
||||
};
|
||||
} else if ( /8.0(\.\d+|) safari/i.test( userAgent ) ) {
|
||||
} else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
|
||||
expected = {
|
||||
"ajax": true,
|
||||
"attributes": true,
|
||||
|
||||
Reference in New Issue
Block a user