mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
no need to specifically initialize crossDomain to null
This commit is contained in:
parent
515c56f9c6
commit
11c26b3cc9
@ -310,7 +310,6 @@ jQuery.extend({
|
||||
contentType: "application/x-www-form-urlencoded",
|
||||
processData: true,
|
||||
async: true,
|
||||
crossDomain: null,
|
||||
/*
|
||||
timeout: 0,
|
||||
data: null,
|
||||
@ -320,6 +319,7 @@ jQuery.extend({
|
||||
cache: null,
|
||||
traditional: false,
|
||||
headers: {},
|
||||
crossDomain: null,
|
||||
*/
|
||||
|
||||
accepts: {
|
||||
|
Loading…
Reference in New Issue
Block a user