mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 21:18:33 -05:00
Fixed typo in comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user