From 11c26b3cc9bf84f93d34f45056d29a446baeb6c9 Mon Sep 17 00:00:00 2001 From: JessThrysoee Date: Fri, 11 Mar 2011 17:46:59 +0100 Subject: [PATCH] no need to specifically initialize crossDomain to null --- src/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ajax.js b/src/ajax.js index 66b26cd7..4290e295 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: {