Skip to content

Commit 52d3af3

Browse files
authored
Update index.html
Update web-animations-js version to include the [fix for TypeErrors when using groups](web-animations/web-animations-next#423).
1 parent 1972265 commit 52d3af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iconpopups/step2/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic|Material+Icons" rel="stylesheet" type="text/css" />
66
<link href="../shared/codelab.css" rel="stylesheet" type="text/css" />
77
<link href="site.css" rel="stylesheet" type="text/css" />
8-
<script src="https://cdn.rawgit.com/web-animations/web-animations-js/2.1.2/web-animations-next.min.js"></script>
8+
<script src="https://cdn.rawgit.com/web-animations/web-animations-js/2.1.5/web-animations-next.min.js"></script>
99
<script src="../shared/codelab.js"></script>
1010
<script src="site.js"></script>
1111
</head>
@@ -26,4 +26,4 @@
2626
</div>
2727

2828
</body>
29-
</html>
29+
</html>

0 commit comments

Comments
 (0)