Missed the case of bind in the new attr multi-setter.

This commit is contained in:
John Resig 2009-12-10 14:03:24 -08:00
parent 474d814076
commit ecdcda870c

View file

@ -211,7 +211,8 @@ jQuery.extend({
data: true,
width: true,
height: true,
offset: true
offset: true,
bind: true
},
attr: function( elem, name, value ) {