X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=tools%2Fside_chain_tool%2Fweb%2Fnode_modules%2Fjquery%2Fsrc%2Fevent%2Fajax.js;fp=tools%2Fside_chain_tool%2Fweb%2Fnode_modules%2Fjquery%2Fsrc%2Fevent%2Fajax.js;h=0000000000000000000000000000000000000000;hp=500b36cdd314b34b8e214a25fe83cc80ec7b0669;hb=54373c1a3efe0e373ec1605840a4363e4b246c46;hpb=ee01d543fdfe1fd0a4d548965c66f7923ea7b062 diff --git a/tools/side_chain_tool/web/node_modules/jquery/src/event/ajax.js b/tools/side_chain_tool/web/node_modules/jquery/src/event/ajax.js deleted file mode 100644 index 500b36cd..00000000 --- a/tools/side_chain_tool/web/node_modules/jquery/src/event/ajax.js +++ /dev/null @@ -1,22 +0,0 @@ -define( [ - "../core", - "../event" -], function( jQuery ) { - -"use strict"; - -// Attach a bunch of functions for handling common AJAX events -jQuery.each( [ - "ajaxStart", - "ajaxStop", - "ajaxComplete", - "ajaxError", - "ajaxSuccess", - "ajaxSend" -], function( i, type ) { - jQuery.fn[ type ] = function( fn ) { - return this.on( type, fn ); - }; -} ); - -} );