Skip to content

Commit

Permalink
Optimisation: Use String instead of window.String. Close jquerygh-1176.
Browse files Browse the repository at this point in the history
Follows-up 22e28b0.
  • Loading branch information
Krinkle authored and dmethvin committed Feb 26, 2013
1 parent 6d18818 commit 31478b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 31478b9

Please sign in to comment.