diff options
author | Sam Potts <sam@potts.es> | 2018-02-06 00:24:48 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-02-06 00:24:48 +1100 |
commit | 2150c44036e13073c6f7f07343009b6373846bdf (patch) | |
tree | 074effb69a808d6e4a19b1f4028b1597adf05e08 /demo/src | |
parent | 70c9fbdde328141c1d5680536a740da1ca50f0e9 (diff) | |
download | plyr-2150c44036e13073c6f7f07343009b6373846bdf.tar.lz plyr-2150c44036e13073c6f7f07343009b6373846bdf.tar.xz plyr-2150c44036e13073c6f7f07343009b6373846bdf.zip |
Added backwards compatibility for <div> embeds
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', |