Fix build errors

This commit is contained in:
mauriziovitale84 2016-09-22 10:50:06 +01:00
parent eb7c915b6e
commit 01c16c25fd

View File

@ -88,14 +88,6 @@ export class ActivitiDemoComponent implements AfterViewChecked {
dataTasks: ObjectDataTableAdapter;
dataProcesses: ObjectDataTableAdapter;
isProcessListSelected() {
return this.currentChoice === 'process-list';
}
isTaskListSelected() {
return this.currentChoice === 'task-list';
}
constructor(private route: ActivatedRoute) {
this.dataTasks = new ObjectDataTableAdapter(
[],
@ -135,7 +127,7 @@ export class ActivitiDemoComponent implements AfterViewChecked {
this.processFilter = null;
this.currentProcessInstanceId = null;
this.changeTab('apps','tasks');
this.changeTab('apps', 'tasks');
}
changeTab(origin: string, destination: string) {