Skip to content

Commit

Permalink
Examples: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 31, 2020
1 parent b2eaf43 commit b712a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/webaudio_visualizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
} else {

var mediaElement = new Audio( file );
mediaElement.loop = true;
mediaElement.play();

audio.setMediaElementSource( mediaElement );
Expand Down

0 comments on commit b712a00

Please sign in to comment.