Load pointer events polyfill - before other polyfills

This commit is contained in:
Andreas Hocevar
2020-07-30 20:30:33 +02:00
parent 6db0e1d2dc
commit 7b297283f2
3 changed files with 7 additions and 3 deletions

View File

@@ -23,6 +23,8 @@ cloak:
height: 100%;
}
</style>
<script src="https://unpkg.com/elm-pep"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=fetch,requestAnimationFrame,Element.prototype.classList,URL"></script>
</head>
<body>
<div id="map" class="map"></div>