Tidying up, bower changes
- Folder tidy up - Bower updated to include source files - Upgraded to svgstore 5.0.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// ==========================================================================
|
||||
// Docs example
|
||||
// ==========================================================================
|
||||
|
||||
/*global plyr, templates */
|
||||
|
||||
// Setup the player
|
||||
plyr.setup({
|
||||
debug: true,
|
||||
title: "Video demo",
|
||||
html: templates.controls.render({}),
|
||||
captions: {
|
||||
defaultActive: true
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user