Fix missing var declaration for the length iterator.
This commit is contained in:
parent
155ecf42a0
commit
257a4693f4
|
@ -861,7 +861,7 @@ jQuery.fn.extend({
|
||||||
|
|
||||||
function liveHandler( event ) {
|
function liveHandler( event ) {
|
||||||
var stop = true, elems = [], selectors = [], args = arguments,
|
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);
|
live = jQuery.extend({}, jQuery.data( this, "events" ).live);
|
||||||
|
|
||||||
for ( j in live ) {
|
for ( j in live ) {
|
||||||
|
|
Loading…
Reference in a new issue