1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-11 16:44:03 +02:00

add classList polyfill

This commit is contained in:
Morris Brodersen
2020-10-21 17:42:50 +02:00
parent f64deb0039
commit 0f0a4343f1

View File

@@ -23,7 +23,7 @@
<script
nomodule
src="https://polyfill.io/v3/polyfill.min.js?features=Set%2CMap%2CObject.assign%2Cfetch%2CrequestAnimationFrame%2CNodeList.prototype.forEach%2Cperformance.now"
src="https://polyfill.io/v3/polyfill.min.js?features=Set%2CMap%2CObject.assign%2Cfetch%2CrequestAnimationFrame%2CNodeList.prototype.forEach%2CElement.prototype.classList%2Cperformance.now"
></script>
<script src="scripts/AppCollapsible.js"></script>
<script src="scripts/AppDraggable.js"></script>