aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-04-22 12:28:26 +1000
committerSam Potts <sam@potts.es>2019-04-22 12:28:26 +1000
commitb694e7d3abc3f40acf9891761f1a767923174c5e (patch)
treef94d80d6773edacb7015358a4231735dee17c04b /demo
parentb2fff4c33f45c8e61bbe1f6549e69ef46ef8b2fa (diff)
downloadplyr-b694e7d3abc3f40acf9891761f1a767923174c5e.tar.lz
plyr-b694e7d3abc3f40acf9891761f1a767923174c5e.tar.xz
plyr-b694e7d3abc3f40acf9891761f1a767923174c5e.zip
Use polyfill.io v3
Diffstat (limited to 'demo')
-rw-r--r--demo/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html
index c1942e74..04458522 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -265,7 +265,7 @@
<!-- Polyfills -->
<script
- src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Array.prototype.includes,CustomEvent,Object.entries,Object.values,URL,Math.trunc"
+ src="https://cdn.polyfill.io/v3/polyfill.min.js?features=es6,Array.prototype.includes,CustomEvent,Object.entries,Object.values,URL,Math.trunc&flags=gated"
crossorigin="anonymous"
></script>