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
@@ -64,7 +64,7 @@ export class AmapMapInstance implements MapInstance {
private amapCenterPosition: unknown = null;
private amapCenterMarker: unknown | null;
constructor() {
public constructor() {
this.dependencyLoaded = !!AmapMapProvider.AMap;
}