aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/js/demo.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-04-03 22:56:19 +1000
committerSam Potts <sam@potts.es>2018-04-03 22:56:19 +1000
commite4d975af00d54bc636cc5b947d6a44176f09dd0b (patch)
tree18dda1b28d397b3ab6a7a2867e8d1fb4636c4c6d /demo/src/js/demo.js
parent2782a00e7c3db2b88e4487b4293a12545ca333df (diff)
downloadplyr-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.js2
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',