diff options
author | Akintayo Akinwunmi <aakinwunmi@judge.com> | 2012-10-16 09:51:01 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-10-16 10:01:18 -0400 |
commit | 78617f067a0e03d9fe9aad135bbdfba880ddf968 (patch) | |
tree | 0191310fb0b7db6d723e9ffaff513fc2a4a7550c /src/deprecated.js | |
parent | 6eacf67e306f7ed60b8468bbc43013e730594de6 (diff) | |
download | jquery-78617f067a0e03d9fe9aad135bbdfba880ddf968.tar.gz jquery-78617f067a0e03d9fe9aad135bbdfba880ddf968.zip |
Moved attrFN to deprecated. Close gh-977.
Diffstat (limited to 'src/deprecated.js')
-rw-r--r-- | src/deprecated.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/deprecated.js b/src/deprecated.js index 241eb2a81..4ea47b333 100644 --- a/src/deprecated.js +++ b/src/deprecated.js @@ -60,6 +60,9 @@ jQuery.sub = function() { return jQuerySub; }; +// Unused in 1.8, left in so attrFn-stabbers won't die; remove in 1.9 +jQuery.attrFn = {}; + var oldToggle = jQuery.fn.toggle; jQuery.fn.toggle = function( fn, fn2 ) { |