mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:11:32 +00:00
Remove leftover ace editor options from AppComponent
This commit is contained in:
parent
1dba0fa489
commit
8d9a9b1aea
@ -55,10 +55,6 @@ export class IdeComponent implements OnInit {
|
||||
|
||||
@Output() newLogs = new EventEmitter<any>();
|
||||
|
||||
options: any = {enableBasicAutocompletion: true,
|
||||
enableSnippets: true,
|
||||
enableLiveAutocompletion: true};
|
||||
|
||||
command_handlers = {'reload': this.reloadHandler.bind(this),
|
||||
'read': this.readHandler.bind(this),
|
||||
'select': this.selectHandler.bind(this),
|
||||
|
Loading…
Reference in New Issue
Block a user