Skip to content

Commit

Permalink
Async/await
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzharko committed Dec 13, 2017
1 parent e1f95e3 commit b3108d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-Babel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>News API</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="nodeListForEach.js"></script>
<script src="node_modules/babel-polyfill/dist/polyfill.min.js"></script>
<script src="node_modules/babel-polyfill/dist/polyfill.min.js"></script> <!-- for async/await -->
<script src="https://cdn.jsdelivr.net/npm/promise-polyfill@6/promise.min.js"></script> <!-- https://github.com/stefanpenner/es6-promise -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js"></script> <!-- https://github.com/github/fetch -->
</head>
Expand Down

0 comments on commit b3108d1

Please sign in to comment.