Skip to content

Commit 9bf812c

Browse files
committed
Object.assign polyfill in demo
1 parent 677e1aa commit 9bf812c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- End ignore these -->
2020

2121
<!-- Optional includes -->
22-
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=es5,fetch,Element.prototype.classList,requestAnimationFrame,Node.insertBefore,Node.firstChild"></script>
22+
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=es5,fetch,Element.prototype.classList,requestAnimationFrame,Node.insertBefore,Node.firstChild,Object.assign"></script>
2323
<!-- End optional includes -->
2424

2525
<!-- Choices includes -->

0 commit comments

Comments
 (0)