add missing function to mock
This commit is contained in:
parent
149c7c3ff5
commit
34278a590a
1 changed files with 3 additions and 0 deletions
|
|
@ -129,5 +129,8 @@ MockRenderer.prototype.showCursor = function() {
|
|||
MockRenderer.prototype.visualizeFocus = function() {
|
||||
};
|
||||
|
||||
MockRenderer.prototype.setAnnotations = function() {
|
||||
};
|
||||
|
||||
return MockRenderer;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue