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/deprecated.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bower_components/jquery/src/deprecated.js (limited to 'bower_components/jquery/src/deprecated.js') diff --git a/bower_components/jquery/src/deprecated.js b/bower_components/jquery/src/deprecated.js deleted file mode 100644 index 1b068bc..0000000 --- a/bower_components/jquery/src/deprecated.js +++ /dev/null @@ -1,13 +0,0 @@ -define([ - "./core", - "./traversing" -], function( jQuery ) { - -// The number of elements contained in the matched element set -jQuery.fn.size = function() { - return this.length; -}; - -jQuery.fn.andSelf = jQuery.fn.addBack; - -}); -- cgit v1.2.3