Missed the case of bind in the new attr multi-setter.
authorJohn Resig <jeresig@gmail.com>
Thu, 10 Dec 2009 22:03:24 +0000 (14:03 -0800)
committerJohn Resig <jeresig@gmail.com>
Thu, 10 Dec 2009 22:03:24 +0000 (14:03 -0800)
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 ) {