Remove unnecessary var in effects
This commit is contained in:
parent
5293495a5f
commit
3d646c5403
1 changed files with 1 additions and 2 deletions
3
src/effects.js
vendored
3
src/effects.js
vendored
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue