aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-10-30 01:18:42 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-10-30 01:19:54 +0100
commitf110360f65a268e959ae892ca36e85da3d91e606 (patch)
tree890cae63ccd8265278ffb1fdf450dc958f18bd4c /src
parent5bc1ddc5cc96e509e0fadb0c1e3a70927de6ed1c (diff)
downloadjquery-f110360f65a268e959ae892ca36e85da3d91e606.tar.gz
jquery-f110360f65a268e959ae892ca36e85da3d91e606.zip
Deprecated: Drop size and andSelf methods
Fixes gh-1749 Closes gh-1822
Diffstat (limited to 'src')
-rw-r--r--src/deprecated.js13
1 files changed, 1 insertions, 12 deletions
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() {
});