From 751d8db9d88d45b33792982103f8682e21ac876e Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 14 Feb 2015 22:42:44 +1100 Subject: WIP --- assets/js/docs.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 assets/js/docs.js (limited to 'assets/js/docs.js') 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 -- cgit v1.2.3