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() {
|
this.each(function() {
|
||||||
var timers = jQuery.timers,
|
var timers = jQuery.timers,
|
||||||
i = timers.length,
|
i = timers.length;
|
||||||
timer;
|
|
||||||
|
|
||||||
// clear marker counters if we know they won't be
|
// clear marker counters if we know they won't be
|
||||||
if ( !gotoEnd ) {
|
if ( !gotoEnd ) {
|
||||||
|
|
Loading…
Reference in a new issue