aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated.js
diff options
context:
space:
mode:
authorNguyen Phuc Lam <ruado1987@gmail.com>2013-02-26 22:55:36 -0500
committerDave Methvin <dave.methvin@gmail.com>2013-02-26 22:57:12 -0500
commit8bc7bdebefb23ef31247dda50012ee19ce9f58af (patch)
treefc837541d8daf44ebe3b63c7ebe8bd41672a17f3 /src/deprecated.js
parent85f1985f2444da01054800d6f41c3a6057da2e16 (diff)
downloadjquery-8bc7bdebefb23ef31247dda50012ee19ce9f58af.tar.gz
jquery-8bc7bdebefb23ef31247dda50012ee19ce9f58af.zip
Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.
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;
+
// })();