add missing method to the mock renderer
This commit is contained in:
parent
2d4b1ebe70
commit
d4759b0b1a
1 changed files with 3 additions and 0 deletions
|
|
@ -126,6 +126,9 @@ MockRenderer.prototype.addMarker = function() {
|
|||
MockRenderer.prototype.setBreakpoints = function() {
|
||||
};
|
||||
|
||||
MockRenderer.prototype.onResize = function() {
|
||||
};
|
||||
|
||||
MockRenderer.prototype.updateFull = function() {
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue