Missed the case of bind in the new attr multi-setter.
[jquery.git] / src / attributes.js
index fb5b16b..9c868ee 100644 (file)
@@ -211,7 +211,8 @@ jQuery.extend({
                data: true,
                width: true,
                height: true,
-               offset: true
+               offset: true,
+               bind: true
        },
                
        attr: function( elem, name, value ) {