diff options
author | Sam Potts <sam@potts.es> | 2018-04-03 22:56:19 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-04-03 22:56:19 +1000 |
commit | e4d975af00d54bc636cc5b947d6a44176f09dd0b (patch) | |
tree | 18dda1b28d397b3ab6a7a2867e8d1fb4636c4c6d /demo/src/js/demo.js | |
parent | 2782a00e7c3db2b88e4487b4293a12545ca333df (diff) | |
download | plyr-e4d975af00d54bc636cc5b947d6a44176f09dd0b.tar.lz plyr-e4d975af00d54bc636cc5b947d6a44176f09dd0b.tar.xz plyr-e4d975af00d54bc636cc5b947d6a44176f09dd0b.zip |
Styling fixes
Diffstat (limited to 'demo/src/js/demo.js')
-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 6b119c33..2623e554 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -47,7 +47,7 @@ import Raven from 'raven-js'; }); // Setup the player - const player = new Plyr('#player', { + const player = new Plyr('video', { debug: true, title: 'View From A Blue Moon', iconUrl: '../dist/plyr.svg', |