Skip to content
Permalink
Browse files
Fixed typo in comment
  • Loading branch information
jzaefferer committed Nov 21, 2006
1 parent 15a30ba commit 953bf59
Showing 1 changed file with 1 addition and 1 deletion.
@@ -687,7 +687,7 @@ jQuery.extend({
var data = !type && ct && ct.indexOf("xml") >= 0;
data = type == "xml" || data ? r.responseXML : r.responseText;

// If the type is "script", eval it´in global context
// If the type is "script", eval it in global context
// TODO extract as $.eval
if ( type == "script" ) {
if (window.execScript)

0 comments on commit 953bf59

Please sign in to comment.