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",
|
contentType: "application/x-www-form-urlencoded",
|
||||||
processData: true,
|
processData: true,
|
||||||
async: true,
|
async: true,
|
||||||
crossDomain: null,
|
|
||||||
/*
|
/*
|
||||||
timeout: 0,
|
timeout: 0,
|
||||||
data: null,
|
data: null,
|
||||||
@ -320,6 +319,7 @@ jQuery.extend({
|
|||||||
cache: null,
|
cache: null,
|
||||||
traditional: false,
|
traditional: false,
|
||||||
headers: {},
|
headers: {},
|
||||||
|
crossDomain: null,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
accepts: {
|
accepts: {
|
||||||
|
Loading…
Reference in New Issue
Block a user