This commit is contained in:
Sam Potts
2015-02-14 22:42:44 +11:00
commit 751d8db9d8
57 changed files with 3425 additions and 0 deletions

19
assets/js/docs.js Normal file
View File

@ -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);