plyr/assets/js/docs.js
2015-02-15 02:46:11 +11:00

17 lines
468 B
JavaScript

// ==========================================================================
// 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);