Fixed default property name for Opera (bug #2159).
This commit is contained in:
parent
04eb060692
commit
047debc750
|
@ -153,7 +153,7 @@ jQuery.extend({
|
||||||
script: "text/javascript, application/javascript",
|
script: "text/javascript, application/javascript",
|
||||||
json: "application/json, text/javascript",
|
json: "application/json, text/javascript",
|
||||||
text: "text/plain",
|
text: "text/plain",
|
||||||
default: "*/*"
|
"default": "*/*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue