fix typo
This commit is contained in:
parent
d0cfaca836
commit
b3b1dcbbac
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
};
|
||||
|
||||
this.getScrollLeft = function() {
|
||||
return this.session.getScrollLop();
|
||||
return this.session.getScrollTop();
|
||||
};
|
||||
|
||||
this.getScrollTopRow = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue