mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fix lint errors.
This commit is contained in:
parent
99e3a47dde
commit
ad240cf52f
@ -8,7 +8,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
Module.register("weather",{
|
Module.register("weather",{
|
||||||
|
|
||||||
// Default module config.
|
// Default module config.
|
||||||
defaults: {
|
defaults: {
|
||||||
updateInterval: 10 * 60 * 1000,
|
updateInterval: 10 * 60 * 1000,
|
||||||
@ -90,8 +89,5 @@ Module.register("weather",{
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}, nextLoad);
|
}, nextLoad);
|
||||||
},
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user