diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 09:03:10 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 09:03:10 +0200 |
| commit | 057952b0bacc6e963c74bb1bbebbcccd6174a75c (patch) | |
| tree | 798b826dd285b3db6389f4cfe6b1c23bb32c0871 /src/scripts/controllers/simulation | |
| parent | d6021190753ddc9834ce2763373c592c258e37df (diff) | |
Fix typing errors
Diffstat (limited to 'src/scripts/controllers/simulation')
| -rw-r--r-- | src/scripts/controllers/simulation/statecache.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
