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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user