mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
ace: Delete unused Ace2Editor.getFrame()
method
This commit is contained in:
parent
64e9e7fcda
commit
c9c8b27854
1 changed files with 0 additions and 2 deletions
|
@ -89,8 +89,6 @@ const Ace2Editor = function () {
|
||||||
|
|
||||||
this.exportText = () => loaded ? info.ace_exportText() : '(awaiting init)\n';
|
this.exportText = () => loaded ? info.ace_exportText() : '(awaiting init)\n';
|
||||||
|
|
||||||
this.getFrame = () => info.frame || null;
|
|
||||||
|
|
||||||
this.getDebugProperty = (prop) => info.ace_getDebugProperty(prop);
|
this.getDebugProperty = (prop) => info.ace_getDebugProperty(prop);
|
||||||
|
|
||||||
this.getInInternationalComposition =
|
this.getInInternationalComposition =
|
||||||
|
|
Loading…
Reference in a new issue