Fix missing var. Thanks to @jeff-themovie for the catch.

This commit is contained in:
jeresig 2010-09-22 16:56:48 -04:00
parent d7a6e75241
commit a7aa86d0b1

View file

@ -995,7 +995,7 @@ jQuery.each(["live", "die"], function( i, name ) {
function liveHandler( event ) {
var stop, maxLevel, elems = [], selectors = [],
related, match, handleObj, elem, j, i, l, data, close, namespace,
related, match, handleObj, elem, j, i, l, data, close, namespace, ret,
events = jQuery.data( this, "events" );
// Make sure we avoid non-left-click bubbling in Firefox (#3861)