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 314e81f commit 80bb16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions io2015/step4/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" 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.0.0/web-animations-next.min.js"></script>
<script src="https://cdn.rawgit.com/web-animations/web-animations-js/2.0.1/web-animations-next.min.js"></script>
<script src="../shared/codelab.js"></script>
<script src="site.js"></script>
</head>
Expand Down Expand Up @@ -126,4 +126,4 @@ <h1>At Google</h1>
</section>

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

0 comments on commit 80bb16b

Please sign in to comment.