Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8608426

Browse files
chalinkwalrath
authored andcommitted
example(dart/quickstart): use <script defer> rather than async (#1665)
1 parent e7f3fc6 commit 8608426

File tree

1 file changed

+2
-2
lines changed
  • public/docs/_examples/quickstart/dart/web

1 file changed

+2
-2
lines changed

public/docs/_examples/quickstart/dart/web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link rel="stylesheet" href="styles.css">
77

88
<!-- #docregion loaddart -->
9-
<script async src="main.dart" type="application/dart"></script>
10-
<script async src="packages/browser/dart.js"></script>
9+
<script defer src="main.dart" type="application/dart"></script>
10+
<script defer src="packages/browser/dart.js"></script>
1111
<!-- #enddocregion loaddart -->
1212
</head>
1313
<body>

0 commit comments

Comments
 (0)