From 57d8884baf03252c2aa5f32314f83d12f48eb363 Mon Sep 17 00:00:00 2001 From: Gerome Matilla Date: Fri, 12 Jun 2020 15:55:54 +0800 Subject: [PATCH] fix weathersettings broken logic --- js/weather-settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/weather-settings.js b/js/weather-settings.js index cc65fa8..a0470e3 100644 --- a/js/weather-settings.js +++ b/js/weather-settings.js @@ -23,7 +23,7 @@ class WeatherSettings { } _init = () => { - // this._updat2eWeatherSettings(); + this._updateWeatherSettings(); this._registerWeatherResetOnClickEvent(); this._registerWeatherApplyOnClickEvent(); }