From 3d646c54031c9fb3cc54125884547065812006b6 Mon Sep 17 00:00:00 2001 From: timmywil Date: Tue, 7 Jun 2011 17:29:56 -0400 Subject: [PATCH] Remove unnecessary var in effects --- src/effects.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/effects.js b/src/effects.js index 92498dd7..b732004b 100644 --- a/src/effects.js +++ b/src/effects.js @@ -253,8 +253,7 @@ jQuery.fn.extend({ this.each(function() { var timers = jQuery.timers, - i = timers.length, - timer; + i = timers.length; // clear marker counters if we know they won't be if ( !gotoEnd ) {