typo and bug fixes

This commit is contained in:
Bryan Zhu
2020-06-30 12:06:16 -04:00
parent a4df38d963
commit f73520559e
3 changed files with 20 additions and 13 deletions

View File

@@ -97,7 +97,6 @@ var WeatherProvider = Class.extend({
// Set the weatherDataObject and notify the delegate that new information is available.
setWeatherData: function (weatherDataObject) {
// We should check here if we are passing a WeatherDay
this.weatherDataObject = weatherDataObject;
},