OSDN Git Service

fix bug and add address for contract
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / src / manipulation / _evalUrl.js
diff --git a/tools/side_chain_tool/web/node_modules/jquery/src/manipulation/_evalUrl.js b/tools/side_chain_tool/web/node_modules/jquery/src/manipulation/_evalUrl.js
deleted file mode 100644 (file)
index f9ec702..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-define( [
-       "../ajax"
-], function( jQuery ) {
-
-"use strict";
-
-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;
-
-} );