Use https for cdn.polyfill.io

This commit is contained in:
Tim Schaub
2016-10-16 00:14:52 -06:00
parent 484b684d20
commit 978548b085
5 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ The first part is to include the JavaScript library. For the purpose of this tut
**Optional:** If the application is intended to run on old platforms like Internet Explorer or Android 4.x, another script needs to be included before OpenLayers:
```xml
<script src="http://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList"></script>
```