mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-19 16:58:36 +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>();
|
@Output() newLogs = new EventEmitter<any>();
|
||||||
|
|
||||||
options: any = {enableBasicAutocompletion: true,
|
|
||||||
enableSnippets: true,
|
|
||||||
enableLiveAutocompletion: true};
|
|
||||||
|
|
||||||
command_handlers = {'reload': this.reloadHandler.bind(this),
|
command_handlers = {'reload': this.reloadHandler.bind(this),
|
||||||
'read': this.readHandler.bind(this),
|
'read': this.readHandler.bind(this),
|
||||||
'select': this.selectHandler.bind(this),
|
'select': this.selectHandler.bind(this),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user