aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-12-10 14:03:24 -0800
committerJohn Resig <jeresig@gmail.com>2009-12-10 14:03:24 -0800
commitecdcda870c70c262ec3198e067dd06e847f682dd (patch)
tree0c8960923a78c2160d73076321b00493f4769640 /src/attributes.js
parent474d814076963f41157c0054448984c00fd46c1b (diff)
downloadjquery-ecdcda870c70c262ec3198e067dd06e847f682dd.tar.gz
jquery-ecdcda870c70c262ec3198e067dd06e847f682dd.zip
Missed the case of bind in the new attr multi-setter.
Diffstat (limited to 'src/attributes.js')
-rw-r--r--src/attributes.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attributes.js b/src/attributes.js
index fb5b16bcd..9c868ee03 100644
--- a/src/attributes.js
+++ b/src/attributes.js
@@ -211,7 +211,8 @@ jQuery.extend({
data: true,
width: true,
height: true,
- offset: true
+ offset: true,
+ bind: true
},
attr: function( elem, name, value ) {