Restore example

This commit is contained in:
Alexandru Dima 2020-12-24 13:52:47 +01:00
parent 9a7dd62fff
commit 84cb0e62a3
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -20,6 +20,5 @@ self.MonacoEnvironment = {
monaco.editor.create(document.getElementById('container'), { monaco.editor.create(document.getElementById('container'), {
value: ['function x() {', '\tconsole.log("Hello world!");', '}'].join('\n'), value: ['function x() {', '\tconsole.log("Hello world!");', '}'].join('\n'),
// language: 'javascript' language: 'javascript'
language: 'scss'
}); });