mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-01-18 15:54:45 +00:00
keep coding style
This commit is contained in:
parent
f3e6b63c23
commit
824468092d
@ -28,7 +28,7 @@ class Monaco {
|
||||
const mainScript = this.createScript();
|
||||
|
||||
mainScript.innerHTML = `
|
||||
require.config({ paths: { 'vs': '${config.urls.monacoBase}' }});
|
||||
require.config({ paths: { 'vs': '${config.urls.monacoBase}' } });
|
||||
require(['vs/editor/editor.main'], function() {
|
||||
document.dispatchEvent(new Event('monaco_init'));
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user