Fixed event bubbling

This commit is contained in:
Sam
2016-06-09 11:05:07 +01:00
parent 161dd48312
commit c7d28b09c0
7 changed files with 20 additions and 13 deletions

View File

@ -8,6 +8,8 @@
// General functions
;(function() {
document.body.addEventListener('ready', function(event) { console.log(event); });
// Setup the player
var instances = plyr.setup({
debug: true,