* Tweak to anims

This commit is contained in:
Ruben Daniels 2012-04-23 09:34:31 -07:00
commit 9245e4bd1b

View file

@ -734,7 +734,7 @@ var VirtualRenderer = function(container, theme) {
this.session.setScrollTop(row * this.lineHeight);
};
this.STEPS = 7;
this.STEPS = 8;
this.$calcSteps = function(fromValue, toValue){
var i = 0;
var l = this.STEPS;