]> source.dussan.org Git - jquery.git/commitdiff
Fixed typo in comment
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 21 Nov 2006 09:21:38 +0000 (09:21 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 21 Nov 2006 09:21:38 +0000 (09:21 +0000)
src/ajax/ajax.js

index efd7ae2caed2e7462fb4c824db12df2405001fb5..652bd2d7153b22a3002b95e68731ce151474bb7c 100644 (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)