提交 3e224e09 编写于 作者: T Tristan Valcke

Add missing semicolon in misc_sound

上级 4bdd8835
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册