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

Follows-up 22e28b01e6.
This commit is contained in:
Timo Tijhof 2013-02-21 00:01:06 +01:00 committed by Dave Methvin
parent 6d188186d4
commit 31478b9012

View File

@ -266,7 +266,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,