From d310c3857f09b150dd87b2af17a0f62c51ebe181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Fri, 29 Sep 2017 18:33:17 -0300 Subject: [PATCH] Little lint fix --- modules/default/currentweather/currentweather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index a43b5444..0352b7f9 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -278,7 +278,7 @@ Module.register("currentweather",{ if (notification === "INDOOR_HUMIDITY") { this.indoorHumidity = this.roundValue(payload); this.updateDom(self.config.animationSpeed); - } + } }, /* updateWeather(compliments)