use directories for structure
This commit is contained in:
4
node_modules/jquery/src/manipulation/_evalUrl.js
generated
vendored
4
node_modules/jquery/src/manipulation/_evalUrl.js
generated
vendored
@@ -4,7 +4,7 @@ define( [
|
||||
|
||||
"use strict";
|
||||
|
||||
jQuery._evalUrl = function( url, options ) {
|
||||
jQuery._evalUrl = function( url, options, doc ) {
|
||||
return jQuery.ajax( {
|
||||
url: url,
|
||||
|
||||
@@ -22,7 +22,7 @@ jQuery._evalUrl = function( url, options ) {
|
||||
"text script": function() {}
|
||||
},
|
||||
dataFilter: function( response ) {
|
||||
jQuery.globalEval( response, options );
|
||||
jQuery.globalEval( response, options, doc );
|
||||
}
|
||||
} );
|
||||
};
|
||||
|
Reference in New Issue
Block a user