diff options
Diffstat (limited to 'demo/src')
-rw-r--r-- | demo/src/js/demo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index d608ec18..a8603c0d 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -35,7 +35,7 @@ document.addEventListener('DOMContentLoaded', () => { }); // Setup the player - const player = new window.Plyr('#player', { + const player = new Plyr('#player', { debug: true, title: 'View From A Blue Moon', // iconUrl: '../dist/plyr.svg', |