Skip to content

Commit

Permalink
This fixes bug #5835, but I was unable to create a unit test (...)
Browse files Browse the repository at this point in the history
If you simulate the click via javascript the bug doen't happen.
I'll explain more on the bug tracker.
  • Loading branch information
irae committed Jan 18, 2010
1 parent e94b1e7 commit 6438ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.js
Expand Up @@ -860,7 +860,7 @@ jQuery.fn.extend({
});

function liveHandler( event ) {
var stop = true, elems = [], selectors = [], args = arguments,
var stop, elems = [], selectors = [], args = arguments,
related, match, fn, elem, j, i, data,
live = jQuery.extend({}, jQuery.data( this, "events" ).live);

Expand Down

0 comments on commit 6438ab0

Please sign in to comment.