Fixed typo in comment

This commit is contained in:
Jörn Zaefferer 2006-11-21 09:21:38 +00:00
parent 15a30ba90c
commit 953bf593a6

View file

@ -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)