progress display
This commit is contained in:
parent
3825397c78
commit
560d3a8cb2
16 changed files with 131 additions and 327 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
class Almanac extends WeatherDisplay {
|
||||
constructor(navId,elemId,weatherParameters) {
|
||||
constructor(navId,elemId) {
|
||||
super(navId,elemId,'Almanac');
|
||||
|
||||
// pre-load background image (returns promise)
|
||||
|
|
@ -19,9 +19,6 @@ class Almanac extends WeatherDisplay {
|
|||
];
|
||||
|
||||
this.backgroundImage = utils.image.load('images/BackGround3_1.png');
|
||||
|
||||
// get the data
|
||||
this.getData(weatherParameters);
|
||||
}
|
||||
|
||||
getData(weatherParameters) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue