Przeglądaj źródła

Restore example

Alexandru Dima 4 lat temu
rodzic
commit
84cb0e62a3
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      browser-esm-parcel/src/index.js

+ 1 - 2
browser-esm-parcel/src/index.js

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