WIP
This commit is contained in:
19
assets/js/docs.js
Normal file
19
assets/js/docs.js
Normal 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);
|
Reference in New Issue
Block a user