mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
ace: Delete unnecessary IIFE
This commit is contained in:
parent
3a311d2182
commit
d84447290e
1 changed files with 125 additions and 127 deletions
|
@ -160,7 +160,6 @@ const Ace2Editor = function () {
|
|||
doneFunc();
|
||||
};
|
||||
|
||||
(() => {
|
||||
const doctype = '<!doctype html>';
|
||||
|
||||
const iframeHTML = [];
|
||||
|
@ -298,7 +297,6 @@ const Ace2Editor = function () {
|
|||
editorDocument.open();
|
||||
editorDocument.write(outerHTML.join(''));
|
||||
editorDocument.close();
|
||||
})();
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue