aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/deprecated.js')
-rw-r--r--src/deprecated.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deprecated.js b/src/deprecated.js
index 423385a91..722edb006 100644
--- a/src/deprecated.js
+++ b/src/deprecated.js
@@ -1,4 +1,6 @@
// Limit scope pollution from any deprecated API
// (function() {
+jQuery.fn.andSelf = jQuery.fn.addBack;
+
// })();