Missed the case of bind in the new attr multi-setter.
This commit is contained in:
parent
474d814076
commit
ecdcda870c
1 changed files with 2 additions and 1 deletions
|
@ -211,7 +211,8 @@ jQuery.extend({
|
|||
data: true,
|
||||
width: true,
|
||||
height: true,
|
||||
offset: true
|
||||
offset: true,
|
||||
bind: true
|
||||
},
|
||||
|
||||
attr: function( elem, name, value ) {
|
||||
|
|
Loading…
Reference in a new issue