example(dart/quickstart): use <script defer> rather than async (#1665)

This commit is contained in:
Patrice Chalin 2016-06-14 15:37:58 -07:00 committed by Kathy Walrath
parent e7f3fc61ce
commit 86084260e6
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<link rel="stylesheet" href="styles.css">
<!-- #docregion loaddart -->
<script async src="main.dart" type="application/dart"></script>
<script async src="packages/browser/dart.js"></script>
<script defer src="main.dart" type="application/dart"></script>
<script defer src="packages/browser/dart.js"></script>
<!-- #enddocregion loaddart -->
</head>
<body>