zhiyuan007 1 year ago
parent
commit
5c7f2bd2ef
1 changed files with 1 additions and 1 deletions
  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({