aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/attributes.js')
-rw-r--r--src/attributes.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/attributes.js b/src/attributes.js
index 76aed2996..5a6749982 100644
--- a/src/attributes.js
+++ b/src/attributes.js
@@ -276,10 +276,7 @@ jQuery.extend({
}
},
- // Unused in 1.8, left in so attrFn-stabbers won't die; remove in 1.9
- attrFn: {},
-
- attr: function( elem, name, value, pass ) {
+ attr: function( elem, name, value, pass ) {
var ret, hooks, notxml,
nType = elem.nodeType;