From 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 3 Feb 2021 19:17:00 -0500 Subject: New upstream version 8.1.2. --- bower_components/jquery/src/event/ajax.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bower_components/jquery/src/event/ajax.js (limited to 'bower_components/jquery/src/event/ajax.js') diff --git a/bower_components/jquery/src/event/ajax.js b/bower_components/jquery/src/event/ajax.js deleted file mode 100644 index 278c403..0000000 --- a/bower_components/jquery/src/event/ajax.js +++ /dev/null @@ -1,13 +0,0 @@ -define([ - "../core", - "../event" -], function( jQuery ) { - -// 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 ); - }; -}); - -}); -- cgit v1.2.3