mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Remove Edge version from the user agent
The version will change in the future, matching by /edge\//i is enough (cherry-picked from5a1217e401
) Refs8e111df641
This commit is contained in:
parent
546593bdd2
commit
1d052bdbe6
@ -68,7 +68,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
|
||||
var expected,
|
||||
userAgent = window.navigator.userAgent;
|
||||
|
||||
if ( /edge\/12/i.test( userAgent ) ) {
|
||||
if ( /edge\//i.test( userAgent ) ) {
|
||||
expected = {
|
||||
"ajax": true,
|
||||
"attributes": true,
|
||||
|
Loading…
Reference in New Issue
Block a user