mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
linting
This commit is contained in:
parent
f6d6e310dd
commit
bdbc6dfccd
1 changed files with 42 additions and 43 deletions
|
@ -79,7 +79,6 @@ document.querySelector("[label=\"Chebyshev Send\"]").addEventListener("input", e
|
|||
document.querySelector("[label=\"Reverb Send\"]").addEventListener("input", e => {
|
||||
reverbChannel.volume.value = parseFloat(e.target.value);
|
||||
});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue