瀏覽代碼

Add missing semicolon in misc_sound

Tristan Valcke 8 年之前
父節點
當前提交
3e224e091e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();