Tweaked the default Accept header to _default.
authorJohn Resig <jeresig@gmail.com>
Mon, 14 Jan 2008 19:37:05 +0000 (19:37 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 14 Jan 2008 19:37:05 +0000 (19:37 +0000)
src/ajax.js

index 743857c..bf2744b 100644 (file)
@@ -153,7 +153,7 @@ jQuery.extend({
                        script: "text/javascript, application/javascript",
                        json: "application/json, text/javascript",
                        text: "text/plain",
-                       "default": "*/*"
+                       _default: "*/*"
                }
        },