canvas reference cleanup
This commit is contained in:
parent
73bec2d23d
commit
58e11474a9
20 changed files with 26 additions and 460 deletions
|
|
@ -5,7 +5,7 @@
|
|||
class Hourly extends WeatherDisplay {
|
||||
constructor(navId, elemId, defaultActive) {
|
||||
// special height and width for scrolling
|
||||
super(navId, elemId, 'Hourly Forecast', defaultActive, true);
|
||||
super(navId, elemId, 'Hourly Forecast', defaultActive);
|
||||
|
||||
// set up the timing
|
||||
this.timing.baseDelay = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue