aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/attributes.js')
-rw-r--r--src/attributes.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/attributes.js b/src/attributes.js
index e10ddced7..aeb4e0f9f 100644
--- a/src/attributes.js
+++ b/src/attributes.js
@@ -282,6 +282,9 @@ 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 ) {
var ret, hooks, notxml,
nType = elem.nodeType;