canvas reference cleanup

This commit is contained in:
Matt Walsh 2022-11-21 21:50:22 -06:00
commit 58e11474a9
20 changed files with 26 additions and 460 deletions

View file

@ -5,7 +5,7 @@
// eslint-disable-next-line no-unused-vars
class LocalForecast extends WeatherDisplay {
constructor(navId, elemId) {
super(navId, elemId, 'Local Forecast', true, true);
super(navId, elemId, 'Local Forecast', true);
// set timings
this.timing.baseDelay = 5000;