aboutsummaryrefslogtreecommitdiffstats
path: root/assets/js/docs.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-02-24 12:37:23 +1100
committerSam Potts <me@sampotts.me>2015-02-24 12:37:23 +1100
commit1b8b5d6ee45eb3b89703583e32b7c885aa601917 (patch)
tree989c15de90bd614b2905412934a90c7fa8fb148b /assets/js/docs.js
parentc105063ad963f6bd0bc9e8f48e7d4043f8f40450 (diff)
downloadplyr-1b8b5d6ee45eb3b89703583e32b7c885aa601917.tar.lz
plyr-1b8b5d6ee45eb3b89703583e32b7c885aa601917.tar.xz
plyr-1b8b5d6ee45eb3b89703583e32b7c885aa601917.zip
Tidying up, bower changes
- Folder tidy up - Bower updated to include source files - Upgraded to svgstore 5.0.0
Diffstat (limited to 'assets/js/docs.js')
-rw-r--r--assets/js/docs.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/assets/js/docs.js b/assets/js/docs.js
deleted file mode 100644
index 89803ee2..00000000
--- a/assets/js/docs.js
+++ /dev/null
@@ -1,15 +0,0 @@
-// ==========================================================================
-// Docs example
-// ==========================================================================
-
-/*global plyr, templates */
-
-// Setup the player
-plyr.setup({
- debug: true,
- title: "Video demo",
- html: templates.controls.render({}),
- captions: {
- defaultActive: true
- }
-}); \ No newline at end of file