diff options
author | Sam Potts <sam@potts.es> | 2018-03-30 23:09:17 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-03-30 23:09:17 +1100 |
commit | d593005b32e37019532cc7786b8b4cbb984ed58f (patch) | |
tree | df7ea468d1d21b9b4a37d294c33dce25af04d939 /demo/index.html | |
parent | 7be9d5d4d30df3fddc76a8a9d51612a8e742aaed (diff) | |
download | plyr-d593005b32e37019532cc7786b8b4cbb984ed58f.tar.lz plyr-d593005b32e37019532cc7786b8b4cbb984ed58f.tar.xz plyr-d593005b32e37019532cc7786b8b4cbb984ed58f.zip |
Muted and autoplay fixes, small bug fixes
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html index 6e81337f..670c753d 100644 --- a/demo/index.html +++ b/demo/index.html @@ -169,7 +169,8 @@ </aside> <!-- Polyfills --> - <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Array.prototype.includes,CustomEvent" crossorigin="anonymous"></script> + <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Array.prototype.includes,CustomEvent,Object.entries" + crossorigin="anonymous"></script> <!-- Plyr core script --> <script src="../dist/plyr.js" crossorigin="anonymous"></script> |