plyr/assets/js/docs.js
2015-02-17 01:07:02 +11:00

12 lines
314 B
JavaScript

// ==========================================================================
// Docs example
// ==========================================================================
/*global plyr, templates */
// Setup the player
plyr.setup({
debug: true,
title: "Video demo",
html: templates.controls.render({})
});