* Tweaked performance

This commit is contained in:
Ruben Daniels 2012-04-03 19:09:17 -07:00
commit b37304c63b
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -700,7 +700,7 @@ var VirtualRenderer = function(container, theme) {
//@todo I would like to make this animation a setting. How?
var STEPS = 15;
var STEPS = 10;
function calcSteps(fromValue, toValue){
var i = 0,
l = STEPS,