diff options
author | Sam Potts <sam@selz.com> | 2017-03-25 18:43:36 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-25 18:43:36 +1100 |
commit | 33fef7faee30149bd3f50b35a8c4b09fe4e5119a (patch) | |
tree | 9855dadc731df30a2a710c74a2013f61b4ffe6d0 /demo/src/js | |
parent | 47b53fffb44685765ecb1b22e0b8bb85e6705c8d (diff) | |
parent | b083bf4297396712e3b3a7270a3658c9fd7aff7a (diff) | |
download | plyr-33fef7faee30149bd3f50b35a8c4b09fe4e5119a.tar.lz plyr-33fef7faee30149bd3f50b35a8c4b09fe4e5119a.tar.xz plyr-33fef7faee30149bd3f50b35a8c4b09fe4e5119a.zip |
Merge branch 'develop' into feature/subtitles
Diffstat (limited to 'demo/src/js')
-rw-r--r-- | demo/src/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/js/main.js b/demo/src/js/main.js index d7c5f42a..2b8deb91 100644 --- a/demo/src/js/main.js +++ b/demo/src/js/main.js @@ -21,7 +21,7 @@ captions: { defaultActive: true }, - controls: ['play-large', 'play', 'speed-up', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'fullscreen'] + controls: ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'fullscreen'] }); plyr.loadSprite('dist/demo.svg'); |