Skip to content

Commit 6438ab0

Browse files
committed
This fixes bug #5835, but I was unable to create a unit test (...)
If you simulate the click via javascript the bug doen't happen. I'll explain more on the bug tracker.
1 parent e94b1e7 commit 6438ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ jQuery.fn.extend({
860860
});
861861

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

0 commit comments

Comments
 (0)