소스 검색

new changes

placidenduwayo 1 년 전
부모
커밋
651153c6c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/monaco-editor/monaco-editor-config.ts

+ 1
- 1
src/monaco-editor/monaco-editor-config.ts 파일 보기

@@ -1,7 +1,7 @@
1 1
 
2 2
 declare var monaco: any;
3 3
 
4
-async function onMonacoEditorLoad(languages: Array<string> = ['java', 'csharp', 'python', 'html', 'json', 'css'], id: any) {
4
+async function onMonacoEditorLoad(languages: Array<string> = ['java', 'csharp', 'python', 'html', 'json', 'css']) {
5 5
   const allLangs = await monaco.languages.getLanguages();
6 6
   console.log('all supported languages:', allLangs);
7 7
   console.log(monaco);

Powered by TurnKey Linux.