]> source.dussan.org Git - jquery.git/commitdiff
no need to specifically initialize crossDomain to null 268/head
authorJessThrysoee <jess@thrysoee.dk>
Fri, 11 Mar 2011 16:46:59 +0000 (17:46 +0100)
committerJessThrysoee <jess@thrysoee.dk>
Fri, 11 Mar 2011 16:46:59 +0000 (17:46 +0100)
src/ajax.js

index 66b26cd70d716e43b2fb7a6f25022cea9c84fa71..4290e295c1e6b4dd24f27bac9104efed126b63f6 100644 (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: {