Browse Source

Add missing semicolon in misc_sound

Tristan Valcke 8 năm trước cách đây
mục cha
commit
3e224e091e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/misc_sound.html

+ 1 - 1
examples/misc_sound.html

@@ -171,7 +171,7 @@
 				var GeneratorControls = function() {
 					   this.frequency = oscillator.frequency.value;
 					   this.wavetype = oscillator.type;
-				}
+				};
       			var gui = new dat.GUI();
 				var soundControls = new SoundControls();
 				var generatorControls = new GeneratorControls();