zhiyuan007 1 年之前
父节点
当前提交
5c7f2bd2ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/units/map/WaterEffect.js

+ 1 - 1
src/units/map/WaterEffect.js

@@ -7,7 +7,7 @@ class WaterEffect{
         this.waveStrength = options.waveStrength || "moderate";
         this.color = options.color || "#25427c" ;
         this.layer = null;
-        this.waterEffect()
+        this.waterEffect();
     }
     waterEffect(){
         this.layer = new FeatureLayer({