Skip to content

Commit 2dd90e2

Browse files
committed
pretty code
1 parent eb4413f commit 2dd90e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/html5_audio_visualizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Visualizer.prototype = {
8484
var fileResult = e.target.result;
8585
var audioContext = that.audioContext;
8686
if (audioContext === null) {
87-
return
87+
return;
8888
};
8989
that._updateInfo('Decoding the audio', true);
9090
audioContext.decodeAudioData(fileResult, function(buffer) {

0 commit comments

Comments
 (0)