Removed internal dataTypes option and added headers & crossDomain options into commen...
authorjaubourg <j@ubourg.net>
Sun, 16 Jan 2011 02:05:03 +0000 (03:05 +0100)
committerjaubourg <j@ubourg.net>
Sun, 16 Jan 2011 02:05:03 +0000 (03:05 +0100)
src/ajax.js

index 5c4d469..3eb36c3 100644 (file)
@@ -175,11 +175,12 @@ jQuery.extend({
                timeout: 0,
                data: null,
                dataType: null,
                timeout: 0,
                data: null,
                dataType: null,
-               dataTypes: null,
                username: null,
                password: null,
                cache: null,
                traditional: false,
                username: null,
                password: null,
                cache: null,
                traditional: false,
+               headers: {},
+               crossDomain: null,
                */
                xhr: function() {
                        return new window.XMLHttpRequest();
                */
                xhr: function() {
                        return new window.XMLHttpRequest();