git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474d814
)
Missed the case of bind in the new attr multi-setter.
author
John Resig
<jeresig@gmail.com>
Thu, 10 Dec 2009 22:03:24 +0000
(14:03 -0800)
committer
John Resig
<jeresig@gmail.com>
Thu, 10 Dec 2009 22:03:24 +0000
(14:03 -0800)
src/attributes.js
patch
|
blob
|
history
diff --git
a/src/attributes.js
b/src/attributes.js
index
fb5b16b
..
9c868ee
100644
(file)
--- 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 ) {