aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2009-12-17 12:23:04 -0500
committerjeresig <jeresig@gmail.com>2009-12-17 12:23:04 -0500
commit100ed686426b8b404b094b8c8086aefce715f91a (patch)
treee1951798fb3e338d023fec9dadd7089a4d8271c0 /src/attributes.js
parent9a0174b057ae58735c3c5f595e420c7bb1db038c (diff)
downloadjquery-100ed686426b8b404b094b8c8086aefce715f91a.tar.gz
jquery-100ed686426b8b404b094b8c8086aefce715f91a.zip
Stick with just getter/setters in attrFn.
Diffstat (limited to 'src/attributes.js')
-rw-r--r--src/attributes.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/attributes.js b/src/attributes.js
index f3d09516d..402c3dc04 100644
--- a/src/attributes.js
+++ b/src/attributes.js
@@ -204,17 +204,13 @@ jQuery.each({
jQuery.extend({
attrFn: {
val: true,
- addClass: true,
css: true,
html: true,
text: true,
- append: true,
- prepend: true,
data: true,
width: true,
height: true,
- offset: true,
- bind: true
+ offset: true
},
attr: function( elem, name, value ) {