* Performance tweak

This commit is contained in:
Ruben Daniels 2012-04-02 19:11:21 -07:00
commit e216c44f01

View file

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