mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -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();
|
doneFunc();
|
||||||
};
|
};
|
||||||
|
|
||||||
(() => {
|
|
||||||
const doctype = '<!doctype html>';
|
const doctype = '<!doctype html>';
|
||||||
|
|
||||||
const iframeHTML = [];
|
const iframeHTML = [];
|
||||||
|
@ -298,7 +297,6 @@ const Ace2Editor = function () {
|
||||||
editorDocument.open();
|
editorDocument.open();
|
||||||
editorDocument.write(outerHTML.join(''));
|
editorDocument.write(outerHTML.join(''));
|
||||||
editorDocument.close();
|
editorDocument.close();
|
||||||
})();
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue