Skip to content

Commit

Permalink
Fix event-ended
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Senart committed Nov 24, 2011
1 parent 3303876 commit e621520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/tests/event-ended.js
Expand Up @@ -12,7 +12,7 @@
audio.addEventListener('loadedmetadata', function() {
audio.volume = 0;
audio.play();
});
}, false);

audio.src = AWPY.sound.mini.stream_url();
}
Expand Down

0 comments on commit e621520

Please sign in to comment.