ace: Delete unused `Ace2Editor.getFrame()` method
parent
64e9e7fcda
commit
c9c8b27854
|
@ -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 New Issue