Fix access modifiers

This commit is contained in:
2019-10-15 21:05:39 -04:00
parent d9fd889741
commit eccbc4bef0
2 changed files with 2 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ export class WeatherChartsComponent implements OnInit {
});
}
private loadChart() {
public loadChart() {
let start: moment.Moment;
let end: moment.Moment;