aboutsummaryrefslogtreecommitdiffstats
path: root/assets/js/docs.js
blob: 25b83d9d0ca3b7c20a992f4362c429d872d26c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ==========================================================================
// Docs example
// ==========================================================================

/*global plyr, templates */

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