Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Update web-animations-js version to include the [fix for TypeErrors when using groups](web-animations/web-animations-next#423).
  • Loading branch information
alancutter authored Oct 18, 2016
1 parent 5d46bc3 commit 2e79b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iconpopups/step3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic|Material+Icons" rel="stylesheet" type="text/css" />
<link href="../shared/codelab.css" rel="stylesheet" type="text/css" />
<link href="site.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.rawgit.com/web-animations/web-animations-js/2.1.2/web-animations-next.min.js"></script>
<script src="https://cdn.rawgit.com/web-animations/web-animations-js/2.1.5/web-animations-next.min.js"></script>
<script src="../shared/codelab.js"></script>
<script src="site.js"></script>
</head>
Expand All @@ -26,4 +26,4 @@
</div>

</body>
</html>
</html>

0 comments on commit 2e79b8a

Please sign in to comment.