Optimisation: Use String instead of window.String. Close gh-1176.

Follows-up 22e28b01e6.
(cherry picked from commit 31478b9012)
This commit is contained in:
Timo Tijhof 2013-02-21 00:01:06 +01:00 committed by Richard Gibson
parent f5163914fa
commit 6b0aa048c9

View File

@ -265,7 +265,7 @@ jQuery.extend({
converters: { converters: {
// Convert anything to text // Convert anything to text
"* text": window.String, "* text": String,
// Text to html (true = no transformation) // Text to html (true = no transformation)
"text html": true, "text html": true,