We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86173b commit ef54776Copy full SHA for ef54776
oscilloscope.js
@@ -101,5 +101,5 @@ Oscilloscope.prototype.toggleAudio = function() {
101
this.analyserNode.connect(this.audioContext.destination);
102
}
103
104
- this.hasAudio != this.hasAudio;
+ this.hasAudio = !this.hasAudio;
105
};
0 commit comments