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/attributes.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 bower_components/jquery/src/attributes.js (limited to 'bower_components/jquery/src/attributes.js') diff --git a/bower_components/jquery/src/attributes.js b/bower_components/jquery/src/attributes.js deleted file mode 100644 index 0569013..0000000 --- a/bower_components/jquery/src/attributes.js +++ /dev/null @@ -1,11 +0,0 @@ -define([ - "./core", - "./attributes/val", - "./attributes/attr", - "./attributes/prop", - "./attributes/classes" -], function( jQuery ) { - -// Return jQuery for attributes-only inclusion -return jQuery; -}); -- cgit v1.2.3