Remove leftover ace editor options from AppComponent

This commit is contained in:
Kristóf Tóth 2018-06-12 23:16:29 +02:00
parent 1dba0fa489
commit 8d9a9b1aea

View File

@ -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),