Explorar el Código

Add missing semicolon in misc_sound

Tristan Valcke hace 8 años
padre
commit
3e224e091e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();