Removed internal dataTypes option and added headers & crossDomain options into commented out options of ajaxSettings.

This commit is contained in:
jaubourg 2011-01-16 03:05:03 +01:00
parent 8ab23aec2c
commit 21143c3b21

View file

@ -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();