We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4413f commit 2dd90e2Copy full SHA for 2dd90e2
js/html5_audio_visualizer.js
@@ -84,7 +84,7 @@ Visualizer.prototype = {
84
var fileResult = e.target.result;
85
var audioContext = that.audioContext;
86
if (audioContext === null) {
87
- return
+ return;
88
};
89
that._updateInfo('Decoding the audio', true);
90
audioContext.decodeAudioData(fileResult, function(buffer) {
0 commit comments