]> source.dussan.org Git - jquery.git/commitdiff
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 fb5b16bcd672b7cf5d773055b19c129b4f99dbab..9c868ee0359dd1e155415cbc11b606da3bb75e2e 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 ) {