Restore test sample

pull/2766/head
Alexandru Dima 3 years ago
parent dcbd8121d9
commit 8c6103a3b4
No known key found for this signature in database
GPG Key ID: 39563C1504FDD0C9

@ -1,6 +1,6 @@
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api'; import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
monaco.editor.create(document.getElementById('container'), { monaco.editor.create(document.getElementById('container'), {
value: '', value: 'console.log("Hello, world")',
language: 'html' language: 'javascript'
}); });

Loading…
Cancel
Save