diff options
author | Sam Potts <sam@potts.es> | 2018-02-05 21:43:32 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-02-05 21:43:32 +1100 |
commit | 70c9fbdde328141c1d5680536a740da1ca50f0e9 (patch) | |
tree | ccf963c9a902137fac5f368e8fe115fc41eb0e2b /demo | |
parent | f3ea31c515dd9631e0268ebd43475e422f9a1ecb (diff) | |
download | plyr-70c9fbdde328141c1d5680536a740da1ca50f0e9.tar.lz plyr-70c9fbdde328141c1d5680536a740da1ca50f0e9.tar.xz plyr-70c9fbdde328141c1d5680536a740da1ca50f0e9.zip |
Removed fetch dependency
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> |