mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
formating fix so that grunt passes
This commit is contained in:
parent
cbafaf5d56
commit
90f60f95f7
@ -6,7 +6,6 @@
|
||||
* By Michael Teeuw http://michaelteeuw.nl
|
||||
* MIT Licensed.
|
||||
*/
|
||||
|
||||
Module.register("compliments", {
|
||||
|
||||
// Module config defaults.
|
||||
@ -107,7 +106,9 @@ Module.register("compliments",{
|
||||
compliments = this.config.compliments.evening;
|
||||
}
|
||||
|
||||
if (typeof compliments === 'undefined' ) compliments = new Array();
|
||||
if (typeof compliments === "undefined") {
|
||||
compliments = new Array();
|
||||
}
|
||||
|
||||
if (this.currentWeatherType in this.config.compliments) {
|
||||
compliments.push.apply(compliments, this.config.compliments[this.currentWeatherType]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user