Skip to content

Commit

Permalink
Merge branch 'fx.throttle' of github.com:louisremi/jquery into fx.thr…
Browse files Browse the repository at this point in the history
…ottle
  • Loading branch information
louisremi committed Jul 21, 2011
2 parents 8b653cc + 1eab99b commit 6023e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects.js
Expand Up @@ -421,7 +421,7 @@ jQuery.fx.prototype = {
};
requestAnimationFrame( raf );
} else {
timerId = setInterval( fx.tick, 16.6 );
timerId = setInterval( fx.tick, 16 );
}
}
},
Expand Down

0 comments on commit 6023e2b

Please sign in to comment.