From 953bf593a6233d9f480ee3f706d21950590f40ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Tue, 21 Nov 2006 09:21:38 +0000 Subject: [PATCH] Fixed typo in comment --- src/ajax/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js index efd7ae2..652bd2d 100644 --- a/src/ajax/ajax.js +++ b/src/ajax/ajax.js @@ -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) -- 1.7.10.4