|
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'),
|