mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Missed the case of bind in the new attr multi-setter.
This commit is contained in:
parent
474d814076
commit
ecdcda870c
@ -211,7 +211,8 @@ jQuery.extend({
|
|||||||
data: true,
|
data: true,
|
||||||
width: true,
|
width: true,
|
||||||
height: true,
|
height: true,
|
||||||
offset: true
|
offset: true,
|
||||||
|
bind: true
|
||||||
},
|
},
|
||||||
|
|
||||||
attr: function( elem, name, value ) {
|
attr: function( elem, name, value ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user