Tidying up, bower changes

- Folder tidy up
- Bower updated to include source files
- Upgraded to svgstore 5.0.0
This commit is contained in:
Sam Potts
2015-02-24 12:37:23 +11:00
parent c105063ad9
commit 1b8b5d6ee4
32 changed files with 45 additions and 47 deletions
+15
View File
@@ -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
}
});