changed to double quotes

This commit is contained in:
Tino Ziegler 2017-01-19 09:11:33 +01:00
parent 56413ee94e
commit 222e4154a1

View File

@ -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;