@@ -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({