mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Optimisation: Use String instead of window.String. Close gh-1176.
Follows-up 22e28b01e6
.
This commit is contained in:
parent
6d188186d4
commit
31478b9012
@ -266,7 +266,7 @@ jQuery.extend({
|
||||
converters: {
|
||||
|
||||
// Convert anything to text
|
||||
"* text": window.String,
|
||||
"* text": String,
|
||||
|
||||
// Text to html (true = no transformation)
|
||||
"text html": true,
|
||||
|
Loading…
Reference in New Issue
Block a user