mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
code refactor
This commit is contained in:
@@ -47,7 +47,7 @@ export class GoogleMapInstance implements MapInstance {
|
||||
private googleMapInstance: unknown = null;
|
||||
private googleMapCenterMarker: unknown | null;
|
||||
|
||||
constructor() {
|
||||
public constructor() {
|
||||
this.dependencyLoaded = !!GoogleMapProvider.GoogleMap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user