From 21143c3b213843bc202c16b5532b6e9de951eb2c Mon Sep 17 00:00:00 2001 From: jaubourg Date: Sun, 16 Jan 2011 03:05:03 +0100 Subject: [PATCH] Removed internal dataTypes option and added headers & crossDomain options into commented out options of ajaxSettings. --- src/ajax.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ajax.js b/src/ajax.js index 5c4d469..3eb36c3 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -175,11 +175,12 @@ jQuery.extend({ timeout: 0, data: null, dataType: null, - dataTypes: null, username: null, password: null, cache: null, traditional: false, + headers: {}, + crossDomain: null, */ xhr: function() { return new window.XMLHttpRequest(); -- 1.7.10.4