no need to specifically initialize crossDomain to null

This commit is contained in:
JessThrysoee 2011-03-11 17:46:59 +01:00
parent 515c56f9c6
commit 11c26b3cc9

View file

@ -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: {