mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-28 17:24:13 -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 start: moment.Moment;
|
||||||
let end: moment.Moment;
|
let end: moment.Moment;
|
||||||
|
|
||||||
|
|||||||
@@ -312,7 +312,7 @@ export class WeatherChartsComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private loadChart() {
|
public loadChart() {
|
||||||
let start: moment.Moment;
|
let start: moment.Moment;
|
||||||
let end: moment.Moment;
|
let end: moment.Moment;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user