From: jaubourg Date: Sun, 16 Jan 2011 02:05:03 +0000 (+0100) Subject: Removed internal dataTypes option and added headers & crossDomain options into commen... X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=21143c3b213843bc202c16b5532b6e9de951eb2c Removed internal dataTypes option and added headers & crossDomain options into commented out options of ajaxSettings. --- 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();