diff options
author | Sam Potts <me@sampotts.me> | 2015-02-14 22:42:44 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-14 22:42:44 +1100 |
commit | 751d8db9d88d45b33792982103f8682e21ac876e (patch) | |
tree | 922222dd411b34a5d47d2e1453a167919dbdb417 /assets/js/docs.js | |
download | plyr-751d8db9d88d45b33792982103f8682e21ac876e.tar.lz plyr-751d8db9d88d45b33792982103f8682e21ac876e.tar.xz plyr-751d8db9d88d45b33792982103f8682e21ac876e.zip |
WIP
Diffstat (limited to 'assets/js/docs.js')
-rw-r--r-- | assets/js/docs.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/js/docs.js b/assets/js/docs.js new file mode 100644 index 00000000..c8a3bd44 --- /dev/null +++ b/assets/js/docs.js @@ -0,0 +1,19 @@ +// ========================================================================== +// Docs example +// ========================================================================== + +/*global InitPxVideo, Mustache, templates */ + +// Initialize +var video = new InitPxVideo({ + "videoId": "myvid", + "captionsOnDefault": true, + "seekInterval": 20, + "videoTitle": "PayPal Austin promo", + "debug": true, + "html": templates.controls.render({ + + }) +}); + +console.log(video);
\ No newline at end of file |