mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 20:48:01 -05:00
Missed the case of bind in the new attr multi-setter.
This commit is contained in:
@@ -211,7 +211,8 @@ jQuery.extend({
|
||||
data: true,
|
||||
width: true,
|
||||
height: true,
|
||||
offset: true
|
||||
offset: true,
|
||||
bind: true
|
||||
},
|
||||
|
||||
attr: function( elem, name, value ) {
|
||||
|
||||
Reference in New Issue
Block a user