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/simulation/statecache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/controllers/simulation') diff --git a/src/scripts/controllers/simulation/statecache.ts b/src/scripts/controllers/simulation/statecache.ts index 092bfe32..0a7767fa 100644 --- a/src/scripts/controllers/simulation/statecache.ts +++ b/src/scripts/controllers/simulation/statecache.ts @@ -10,7 +10,7 @@ export class StateCache { public cacheBlock: boolean; private simulationController: SimulationController; - private intervalId: number; + private intervalId: any; private caching: boolean; // Item caches -- cgit v1.2.3