diff options
author | Sam Potts <sam@potts.es> | 2018-02-17 19:34:15 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-02-17 19:34:15 +1100 |
commit | f1895a4cceecfcedca9761f63ce10351338fe047 (patch) | |
tree | 5d699b746992187e1e5cbef29d1b591cb0560fa6 /src/js/plyr.js | |
parent | c2a6306d469834df557f6fa0af58d8de7aa8de4e (diff) | |
download | plyr-f1895a4cceecfcedca9761f63ce10351338fe047.tar.lz plyr-f1895a4cceecfcedca9761f63ce10351338fe047.tar.xz plyr-f1895a4cceecfcedca9761f63ce10351338fe047.zip |
Pause button fix, polyfilled build, unminified builds
Diffstat (limited to 'src/js/plyr.js')
-rw-r--r-- | src/js/plyr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js index aebf311f..fed1b3c1 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,6 +1,6 @@ // ========================================================================== // Plyr -// plyr.js v3.0.0-beta.13 +// plyr.js v3.0.0-beta.14 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== |