Skip to content

Commit

Permalink
Object.assign polyfill in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jshjohnson committed Jan 1, 2017
1 parent 677e1aa commit 9bf812c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -19,7 +19,7 @@
<!-- End ignore these -->

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

This comment has been minimized.

Copy link
@rstacruz

rstacruz Jan 2, 2017

Contributor

👍 polyfill.io

<!-- End optional includes -->

<!-- Choices includes -->
Expand Down

0 comments on commit 9bf812c

Please sign in to comment.