MouseTabComponent template refactoring.

This commit is contained in:
József Farkas
2016-08-08 22:04:33 +02:00
parent 940ce6bcae
commit 8038f255ec
2 changed files with 6 additions and 4 deletions

View File

@@ -19,8 +19,11 @@ export class MouseTabComponent implements OnInit, Tab {
private selectedPageIndex: number;
private MouseActionParam = MouseActionParam;
private pages: string[];
constructor() {
this.selectedPageIndex = 0;
this.pages = ['Move', 'Scroll', 'Click', 'Speed'];
}
ngOnInit() {