ace: Delete unused `Ace2Editor.getFrame()` method

pull/4903/head
Richard Hansen 2021-02-28 21:53:41 -05:00 committed by John McLear
parent 64e9e7fcda
commit c9c8b27854
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ const Ace2Editor = function () {
this.exportText = () => loaded ? info.ace_exportText() : '(awaiting init)\n';
this.getFrame = () => info.frame || null;
this.getDebugProperty = (prop) => info.ace_getDebugProperty(prop);
this.getInInternationalComposition =