Fixed typo in comment
This commit is contained in:
parent
15a30ba90c
commit
953bf593a6
|
@ -687,7 +687,7 @@ jQuery.extend({
|
||||||
var data = !type && ct && ct.indexOf("xml") >= 0;
|
var data = !type && ct && ct.indexOf("xml") >= 0;
|
||||||
data = type == "xml" || data ? r.responseXML : r.responseText;
|
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
|
// TODO extract as $.eval
|
||||||
if ( type == "script" ) {
|
if ( type == "script" ) {
|
||||||
if (window.execScript)
|
if (window.execScript)
|
||||||
|
|
Loading…
Reference in a new issue