FIx formatting

This commit is contained in:
Daniel Veihelmann 2022-02-23 19:36:48 +01:00 committed by GitHub
parent f0c47e6e2d
commit 3717a26fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,8 +226,6 @@ self.MonacoEnvironment = {
} }
}; };
Monaco = await import('monaco-editor');
monaco.editor.create(document.getElementById('container'), { monaco.editor.create(document.getElementById('container'), {
value: "function hello() {\n\talert('Hello world!');\n}", value: "function hello() {\n\talert('Hello world!');\n}",
language: 'javascript' language: 'javascript'