Skip to content

Commit

Permalink
Added polyfill to dev index.html to allow IE testing.
Browse files Browse the repository at this point in the history
(cherry picked from commit cee4985)
  • Loading branch information
gertsonderby committed Jan 25, 2017
1 parent 35394d4 commit 90053fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Website/Composite/console/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,400italic">
<script type="text/javascript" src="/Composite/lib/babel/browser-polyfill.js"></script>
<script type="text/javascript" src="/jspm_packages/system.js"></script>
<script type="text/javascript" src="/jspm.config.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit 90053fc

Please sign in to comment.