Remove unnecessary var in effects

1.7/enhancement_8685
timmywil 2011-06-07 17:29:56 -04:00
parent 5293495a5f
commit 3d646c5403
1 changed files with 1 additions and 2 deletions

3
src/effects.js vendored
View File

@ -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 ) {