From 057952b0bacc6e963c74bb1bbebbcccd6174a75c Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sat, 23 Sep 2017 09:03:10 +0200 Subject: Fix typing errors --- src/scripts/controllers/simulationcontroller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/controllers/simulationcontroller.ts') diff --git a/src/scripts/controllers/simulationcontroller.ts b/src/scripts/controllers/simulationcontroller.ts index 69997047..1185087d 100644 --- a/src/scripts/controllers/simulationcontroller.ts +++ b/src/scripts/controllers/simulationcontroller.ts @@ -42,7 +42,7 @@ export class SimulationController { public rackToRoomMap: {[key: number]: number;}; private taskViewController: TaskViewController; - private tickerId: number; + private tickerId: any; public static showOrHideSimComponents(visibility: boolean): void { -- cgit v1.2.3