fix tests
This commit is contained in:
parent
fb2be29d5e
commit
62569d617d
1 changed files with 2 additions and 2 deletions
|
|
@ -107,8 +107,8 @@ MockRenderer.prototype.on = function() {
|
|||
MockRenderer.prototype.updateCursor = function() {
|
||||
};
|
||||
|
||||
MockRenderer.prototype.animateScrolling = function(scrollFunc, self) {
|
||||
scrollFunc.call(self);
|
||||
MockRenderer.prototype.animateScrolling = function(fromValue, callback) {
|
||||
callback && callback();
|
||||
};
|
||||
|
||||
MockRenderer.prototype.scrollToX = function(scrollTop) {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue