aboutsummaryrefslogtreecommitdiffstats
path: root/demo/dist/demo.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-05-08 13:18:30 +1000
committerSam Potts <sam@potts.es>2018-05-08 13:18:30 +1000
commitf687b81b70a73835f0190fbfa17a0fbbfcd28b7a (patch)
treef8f46e1f38bdfb28d8ccc146a4d014ca1ca05a31 /demo/dist/demo.js
parentbbb11e611e3d07bdbf2b77c6f12b5e5967835f82 (diff)
downloadplyr-f687b81b70a73835f0190fbfa17a0fbbfcd28b7a.tar.lz
plyr-f687b81b70a73835f0190fbfa17a0fbbfcd28b7a.tar.xz
plyr-f687b81b70a73835f0190fbfa17a0fbbfcd28b7a.zip
v3.3.6
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r--demo/dist/demo.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js
index 6c045aed..aebe368c 100644
--- a/demo/dist/demo.js
+++ b/demo/dist/demo.js
@@ -3921,7 +3921,7 @@ singleton.Client = Client;
});
// Setup the player
- var player = Plyr.setup('#player', {
+ var player = new Plyr('#player', {
debug: true,
title: 'View From A Blue Moon',
iconUrl: '../dist/plyr.svg',
@@ -3991,7 +3991,7 @@ singleton.Client = Client;
enabled: true,
publisherId: '918848828995742'
}
- })[0];
+ });
// Expose for tinkering in the console
window.player = player;