blob: f80fe6962776144f95152b77283ceffb2bd63a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// ==========================================================================
// 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);
|