diff options
author | Sam Potts <sam@potts.es> | 2018-06-29 00:21:22 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-06-29 00:21:22 +1000 |
commit | c99607c85a293a565aa4110a69d04a9e8e9450b6 (patch) | |
tree | be6c2c38a0e6bf4de0a5da076864f1c43f73a1fe /demo/src | |
parent | 4f5152f5265efed0a390cbe31bf6b3a174b70813 (diff) | |
download | plyr-c99607c85a293a565aa4110a69d04a9e8e9450b6.tar.lz plyr-c99607c85a293a565aa4110a69d04a9e8e9450b6.tar.xz plyr-c99607c85a293a565aa4110a69d04a9e8e9450b6.zip |
Linting, housekeeping, duration fix (fixes #1074)
Diffstat (limited to 'demo/src')
-rw-r--r-- | demo/src/js/demo.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index fbf70f72..c074d4fa 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -57,6 +57,7 @@ import Raven from 'raven-js'; tooltips: { controls: true, }, + clickToPlay: false, /* controls: [ 'play-large', 'restart', |