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
@@ -54,7 +54,7 @@ export class BaiduMapInstance implements MapInstance {
private baiduMapCenterPosition: unknown = null;
private baiduMapCenterMarker: unknown | null;
constructor() {
public constructor() {
this.dependencyLoaded = !!BaiduMapProvider.BMap;
}