From: JessThrysoee Date: Fri, 11 Mar 2011 16:46:59 +0000 (+0100) Subject: no need to specifically initialize crossDomain to null X-Git-Tag: 1.5.2~5^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F268%2Fhead;p=jquery.git no need to specifically initialize crossDomain to null --- diff --git a/src/ajax.js b/src/ajax.js index 66b26cd70..4290e295c 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -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: {