git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15a30ba
)
Fixed typo in comment
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Tue, 21 Nov 2006 09:21:38 +0000
(09:21 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Tue, 21 Nov 2006 09:21:38 +0000
(09:21 +0000)
src/ajax/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax/ajax.js
b/src/ajax/ajax.js
index
efd7ae2
..
652bd2d
100644
(file)
--- 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)