aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/deprecated.js')
-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() {
});