aboutsummaryrefslogtreecommitdiffstats
path: root/assets/js/docs.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/docs.js')
-rw-r--r--assets/js/docs.js19
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