mirror of https://gitee.com/antv-l7/antv-l7
fix pre-commit
This commit is contained in:
parent
4823b5b57a
commit
62cd3a1646
|
@ -74,7 +74,7 @@ export default class GaodeMap extends Base {
|
|||
}
|
||||
asyncCamera(engine) {
|
||||
this._engine = engine;
|
||||
this.updateCamera();
|
||||
this.updateCamera();
|
||||
this.map.on('camerachange', this.updateCamera.bind(this));
|
||||
}
|
||||
updateCamera() {
|
||||
|
|
Loading…
Reference in New Issue