From f1913cf0316edbab77a081ae9c2ee218a61ce5a7 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Thu, 30 Oct 2014 01:18:42 +0100 Subject: Deprecated: Drop size and andSelf methods (cherry-picked from f110360f65a268e959ae892ca36e85da3d91e606) Fixes gh-1749 Closes gh-1822 --- src/deprecated.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src') diff --git a/src/deprecated.js b/src/deprecated.js index 1b068bc34..994b22848 100644 --- a/src/deprecated.js +++ b/src/deprecated.js @@ -1,13 +1,2 @@ -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; - +define(function() { }); -- cgit v1.2.3