Skip to content

Commit

Permalink
Fix missing var. Thanks to @jeff-themovie for the catch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Sep 22, 2010
1 parent d7a6e75 commit a7aa86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.js
Expand Up @@ -995,7 +995,7 @@ jQuery.each(["live", "die"], function( i, name ) {


function liveHandler( event ) { function liveHandler( event ) {
var stop, maxLevel, elems = [], selectors = [], 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" ); events = jQuery.data( this, "events" );


// Make sure we avoid non-left-click bubbling in Firefox (#3861) // Make sure we avoid non-left-click bubbling in Firefox (#3861)
Expand Down

0 comments on commit a7aa86d

Please sign in to comment.