OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / src / event / ajax.js
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 (file)
index 500b36c..0000000
+++ /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 );
-       };
-} );
-
-} );