mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 21:41:55 +00:00
Rename IdeComponent.key_id
This commit is contained in:
parent
1d63f2d983
commit
321aaab526
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user