This commit is contained in:
Sam Potts
2018-05-08 13:18:30 +10:00
parent bbb11e611e
commit f687b81b70
18 changed files with 27 additions and 20 deletions

4
demo/dist/demo.js vendored
View File

@ -3921,7 +3921,7 @@ singleton.Client = Client;
});
// Setup the player
var player = Plyr.setup('#player', {
var player = new Plyr('#player', {
debug: true,
title: 'View From A Blue Moon',
iconUrl: '../dist/plyr.svg',
@ -3991,7 +3991,7 @@ singleton.Client = Client;
enabled: true,
publisherId: '918848828995742'
}
})[0];
});
// Expose for tinkering in the console
window.player = player;