From 222e4154a1bc303c8c37a0c25abfbc16bb89e0f0 Mon Sep 17 00:00:00 2001 From: Tino Ziegler Date: Thu, 19 Jan 2017 09:11:33 +0100 Subject: [PATCH] changed to double quotes --- 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 37b054a9..135af54a 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -296,7 +296,7 @@ Module.register("currentweather",{ */ processWeather: function(data) { - if (!data || !data.main || typeof data.main.temp === 'undefined') { + if (!data || !data.main || typeof data.main.temp === "undefined") { // Did not receive usable new data. // Maybe this needs a better check? return;