fix unit test
This commit is contained in:
parent
d6c3e006b6
commit
59ddc64d3d
1 changed files with 6 additions and 0 deletions
|
|
@ -81,6 +81,12 @@ MockRenderer.prototype.getTextAreaContainer = function() {
|
|||
return this.container;
|
||||
};
|
||||
|
||||
MockRenderer.prototype.addGutterDecoration = function() {
|
||||
};
|
||||
|
||||
MockRenderer.prototype.removeGutterDecoration = function() {
|
||||
};
|
||||
|
||||
MockRenderer.prototype.moveTextAreaToCursor = function() {
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue