mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 21:51:57 +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']
|
||||
})
|
||||
export class IdeComponent implements OnInit {
|
||||
key_id = 'webide';
|
||||
key_id = 'ide';
|
||||
filename = '';
|
||||
code: string = config.ide.defaultCode;
|
||||
language: string = config.ide.defaultLanguage;
|
||||
|
Loading…
Reference in New Issue
Block a user