Remove unneeded todo

This commit is contained in:
Garen Torikian 2012-04-10 10:37:27 -07:00
commit 27629c05ff

View file

@ -698,8 +698,6 @@ var VirtualRenderer = function(container, theme) {
this.session.setScrollTop(row * this.lineHeight);
};
//@todo I would like to make this animation a setting. How?
var STEPS = 15;
function calcSteps(fromValue, toValue){
var i = 0,