Tweaked the default Accept header to _default.

This commit is contained in:
John Resig 2008-01-14 19:37:05 +00:00
parent 6e739fd2ba
commit 260fc23e92

View file

@ -153,7 +153,7 @@ jQuery.extend({
script: "text/javascript, application/javascript",
json: "application/json, text/javascript",
text: "text/plain",
"default": "*/*"
_default: "*/*"
}
},