mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 16:08:06 -05:00
Fixed default property name for Opera (bug #2159).
This commit is contained in:
@@ -153,7 +153,7 @@ jQuery.extend({
|
||||
script: "text/javascript, application/javascript",
|
||||
json: "application/json, text/javascript",
|
||||
text: "text/plain",
|
||||
default: "*/*"
|
||||
"default": "*/*"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user