mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 06:15:12 +00:00
Rename IdeComponent.key_id
This commit is contained in:
@ -26,7 +26,7 @@ const modelist = brace.acequire('ace/ext/modelist');
|
|||||||
styleUrls: ['./ide.component.scss']
|
styleUrls: ['./ide.component.scss']
|
||||||
})
|
})
|
||||||
export class IdeComponent implements OnInit {
|
export class IdeComponent implements OnInit {
|
||||||
key_id = 'webide';
|
key_id = 'ide';
|
||||||
filename = '';
|
filename = '';
|
||||||
code: string = config.ide.defaultCode;
|
code: string = config.ide.defaultCode;
|
||||||
language: string = config.ide.defaultLanguage;
|
language: string = config.ide.defaultLanguage;
|
||||||
|
Reference in New Issue
Block a user