Skip to content

Commit a84babd

Browse files
crisbetojelbourn
authored andcommitted
chore: remove web animation polyfill (angular#523)
The WebAnimation polyfill hasn't been required since Angular 6.
1 parent ce75bac commit a84babd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@
3636
<script>
3737
// This hides the address bar on mobile browsers
3838
// https://developers.google.com/web/fundamentals/native-hardware/fullscreen/
39-
window.addEventListener('load',function() { window.scrollTo(0, 1); });
39+
window.addEventListener('load', function() { window.scrollTo(0, 1); });
4040
</script>
4141
<script src="https://ajax.googleapis.com/ajax/libs/hammerjs/2.0.8/hammer.min.js"></script>
42-
<script src="https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.2.5/web-animations.min.js"></script>
4342
</body>
4443
</html>

0 commit comments

Comments
 (0)