diff options
Diffstat (limited to 'demo')
-rw-r--r-- | demo/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html index 08ea99f7..a98362d8 100644 --- a/demo/index.html +++ b/demo/index.html @@ -170,7 +170,7 @@ </aside> <!-- Polyfills --> - <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Array.prototype.includes,CustomEvent,fetch"></script> + <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Array.prototype.includes,CustomEvent"></script> <!-- Plyr core script --> <script src="../dist/plyr.js"></script> |