Merge pull request #1037 from roramirez/lint-fix

Little lint fix
This commit is contained in:
Michael Teeuw 2017-09-30 13:36:38 +02:00 committed by GitHub
commit 6eceffb403

View File

@ -278,7 +278,7 @@ Module.register("currentweather",{
if (notification === "INDOOR_HUMIDITY") { if (notification === "INDOOR_HUMIDITY") {
this.indoorHumidity = this.roundValue(payload); this.indoorHumidity = this.roundValue(payload);
this.updateDom(self.config.animationSpeed); this.updateDom(self.config.animationSpeed);
} }
}, },
/* updateWeather(compliments) /* updateWeather(compliments)