aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-04-25 07:38:17 +1000
committerGitHub <noreply@github.com>2018-04-25 07:38:17 +1000
commitf13260c10aad1e7e95f1d13a31c7f362c674ddb6 (patch)
treead4e351f2d3603325e2d388bdc64df8f15cd98b8 /demo/src
parente138e6d51e3cd85d85ccbd32674f75a63a3771ef (diff)
parentf1b275aedce897b42f025afac7a0937dc5871235 (diff)
downloadplyr-f13260c10aad1e7e95f1d13a31c7f362c674ddb6.tar.lz
plyr-f13260c10aad1e7e95f1d13a31c7f362c674ddb6.tar.xz
plyr-f13260c10aad1e7e95f1d13a31c7f362c674ddb6.zip
Merge pull request #919 from sampotts/master
Merge back
Diffstat (limited to 'demo/src')
-rw-r--r--demo/src/js/demo.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js
index 2623e554..43f42841 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('video', {
+ const player = new Plyr('#player', {
debug: true,
title: 'View From A Blue Moon',
iconUrl: '../dist/plyr.svg',
@@ -182,7 +182,6 @@ import Raven from 'raven-js';
case types.youtube:
player.source = {
type: 'video',
- title: 'View From A Blue Moon',
sources: [{
src: 'https://youtube.com/watch?v=bTqVqk7FSmY',
provider: 'youtube',