mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 17:35:12 +00:00
Unify coding style
This commit is contained in:
@ -26,10 +26,12 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
||||
iframeUrl: string = config.dashboard.iframeUrl;
|
||||
selectedTerminalMenuItem: string = config.dashboard.terminalOrConsole;
|
||||
|
||||
command_handlers = {'layout': this.layoutHandler.bind(this),
|
||||
'hideMessages': this.hideMessagesHandler.bind(this),
|
||||
'terminalMenuItem': this.terminalMenuItemHandler.bind(this),
|
||||
'reloadFrontend': this.reloadFrontendHandlder.bind(this)};
|
||||
command_handlers = {
|
||||
'layout': this.layoutHandler.bind(this),
|
||||
'hideMessages': this.hideMessagesHandler.bind(this),
|
||||
'terminalMenuItem': this.terminalMenuItemHandler.bind(this),
|
||||
'reloadFrontend': this.reloadFrontendHandlder.bind(this)
|
||||
};
|
||||
|
||||
constructor(private deploymentNotificationService: DeploymentNotificationService,
|
||||
private webSocketService: WebSocketService,
|
||||
|
Reference in New Issue
Block a user