mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-01 06:06:22 +00:00
Unify coding style
This commit is contained in:
@ -18,6 +18,7 @@ import { CommandMessage } from '../message-types/command-message';
|
||||
export class MessagesComponent implements OnInit {
|
||||
messages: MessagesMessage[] = [];
|
||||
showNextButton: boolean = config.messages.showNextButton;
|
||||
|
||||
command_handlers = {
|
||||
'showNextButton': this.showButtonHandler.bind(this)
|
||||
};
|
||||
|
Reference in New Issue
Block a user