mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
Merge pull request #508 from roramirez/var_updateTimer
currentweather: Remove variable updateTimer not used
This commit is contained in:
commit
d6aaafb069
@ -98,8 +98,6 @@ Module.register("currentweather",{
|
|||||||
this.loaded = false;
|
this.loaded = false;
|
||||||
this.scheduleUpdate(this.config.initialLoadDelay);
|
this.scheduleUpdate(this.config.initialLoadDelay);
|
||||||
|
|
||||||
this.updateTimer = null;
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// Override dom generator.
|
// Override dom generator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user