]> source.dussan.org Git - jquery.git/commitdiff
Fix the case where live change was breaking if a live click was bound ahead of time...
authorjeresig <jeresig@gmail.com>
Sat, 9 Oct 2010 22:16:08 +0000 (18:16 -0400)
committerjeresig <jeresig@gmail.com>
Sat, 9 Oct 2010 22:16:08 +0000 (18:16 -0400)
src/event.js

index d62d2291c97fb4fd2adeab350aa10a8293df3e82..c44d7d09d7f83bd13dc9286ff18183a07b9a2946 100644 (file)
@@ -778,6 +778,7 @@ if ( !jQuery.support.changeBubbles ) {
 
                if ( data != null || val ) {
                        e.type = "change";
+                       e.liveFired = undefined;
                        return jQuery.event.trigger( e, arguments[1], elem );
                }
        };