Fix missing var declaration for the length iterator.

This commit is contained in:
jeresig 2010-01-18 17:19:44 -05:00
parent 155ecf42a0
commit 257a4693f4

View file

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