diff options
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> |