Skip to content

Commit

Permalink
Update i.js
Browse files Browse the repository at this point in the history
var typo
  • Loading branch information
EdricCantu committed Mar 17, 2024
1 parent 8e0d688 commit 9a528d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function initOsc(){
oscillator.frequency.value = freq.value;
oscillator.connect(gain);
}
var stoppping = false;
var stopping = false;
function play(){
if(stopping) return;
playpause.children[0].src = "pause.svg"
Expand Down

0 comments on commit 9a528d9

Please sign in to comment.