diff options
Diffstat (limited to 'bower_components/jquery/src/manipulation/_evalUrl.js')
| -rw-r--r-- | bower_components/jquery/src/manipulation/_evalUrl.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/bower_components/jquery/src/manipulation/_evalUrl.js b/bower_components/jquery/src/manipulation/_evalUrl.js deleted file mode 100644 index 572fe30..0000000 --- a/bower_components/jquery/src/manipulation/_evalUrl.js +++ /dev/null @@ -1,21 +0,0 @@ -define( [ - "../ajax" -], function( jQuery ) { - -jQuery._evalUrl = function( url ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - "throws": true - } ); -}; - -return jQuery._evalUrl; - -} ); |
