code refactor

This commit is contained in:
MaysWind
2025-01-06 21:42:36 +08:00
parent f56bef40d8
commit 166fae425d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export class GoogleMapInstance implements MapInstance {
private googleMapInstance: unknown = null;
private googleMapCenterMarker: unknown | null;
constructor() {
public constructor() {
this.dependencyLoaded = !!GoogleMapProvider.GoogleMap;
}