Fixed default property name for Opera (bug #2159).

This commit is contained in:
John Resig 2008-01-14 19:15:27 +00:00
parent 04eb060692
commit 047debc750

View file

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