This commit is contained in:
Fabian Jakobs 2011-12-20 16:36:29 +01:00
commit b3b1dcbbac

View file

@ -669,7 +669,7 @@ var VirtualRenderer = function(container, theme) {
};
this.getScrollLeft = function() {
return this.session.getScrollLop();
return this.session.getScrollTop();
};
this.getScrollTopRow = function() {