fix tests
This commit is contained in:
parent
9a5718433b
commit
d0cfaca836
1 changed files with 3 additions and 0 deletions
|
|
@ -101,6 +101,9 @@ MockRenderer.prototype.on = function() {
|
|||
MockRenderer.prototype.updateCursor = function() {
|
||||
};
|
||||
|
||||
MockRenderer.prototype.scrollToX = function(scrollTop) {};
|
||||
MockRenderer.prototype.scrollToY = function(scrollLeft) {};
|
||||
|
||||
MockRenderer.prototype.scrollToLine = function(line, center) {
|
||||
var lineHeight = { lineHeight: 16 };
|
||||
var row = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue