Updating readme and changelog and fixing typo in method

This commit is contained in:
buxxi
2021-01-23 11:40:02 +01:00
parent 41508931be
commit 5a421220c9
3 changed files with 20 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ var WeatherProvider = Class.extend({
},
// Set the weatherHourlyArray and notify the delegate that new information is available.
setWeatherHourlyData: function (weatherHourlyArray) {
setWeatherHourly: function (weatherHourlyArray) {
this.weatherHourlyArray = weatherHourlyArray;
},