aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ajax.js2
1 files changed, 1 insertions, 1 deletions
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: {