no need to specifically initialize crossDomain to null
This commit is contained in:
parent
515c56f9c6
commit
11c26b3cc9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue