This commit is contained in:
Fabian Jakobs 2011-12-20 16:37:17 +01:00
commit cd19802f46
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

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

View file

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

File diff suppressed because one or more lines are too long