diff options
author | Sam Potts <me@sampotts.me> | 2015-02-16 23:51:33 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-16 23:51:33 +1100 |
commit | 383fdf0af4807dc2436122034fa5ad9ac9321765 (patch) | |
tree | 01b6f5ea28a18b173b1009ad0cec311da32675f9 /assets/js/docs.js | |
parent | 4499bf39ef332ef2e2dbb5b13e2fff6454706a6a (diff) | |
download | plyr-383fdf0af4807dc2436122034fa5ad9ac9321765.tar.lz plyr-383fdf0af4807dc2436122034fa5ad9ac9321765.tar.xz plyr-383fdf0af4807dc2436122034fa5ad9ac9321765.zip |
Added support for multiple instances
Diffstat (limited to 'assets/js/docs.js')
-rw-r--r-- | assets/js/docs.js | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/assets/js/docs.js b/assets/js/docs.js index 010fe06f..3527a8b2 100644 --- a/assets/js/docs.js +++ b/assets/js/docs.js @@ -4,14 +4,9 @@ /*global simpleMedia, templates */ -// Register a callback -simpleMedia.on("setup", function() { - //console.log(this); -}); - -//execute shout +// Setup the player simpleMedia.setup({ - //debug: true, + debug: true, title: "Video demo", html: templates.controls.render({}) });
\ No newline at end of file |