mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Fix access modifiers
This commit is contained in:
@@ -163,7 +163,7 @@ export class PowerChartsComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
private loadChart() {
|
||||
public loadChart() {
|
||||
let start: moment.Moment;
|
||||
let end: moment.Moment;
|
||||
|
||||
|
||||
@@ -312,7 +312,7 @@ export class WeatherChartsComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
private loadChart() {
|
||||
public loadChart() {
|
||||
let start: moment.Moment;
|
||||
let end: moment.Moment;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user