Skip to content

Commit

Permalink
~ switch from async to defer per tobie's advice
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Prud'hommeaux committed Oct 2, 2017
1 parent 6b658dc commit 5f04487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.example pre { border: medium solid #efe7e7; background-color: #f7fff7; display: inline-block; }
</style>
<script src='https://www.w3.org/Tools/respec/respec-w3c-common'
async="async" class='remove'></script>
defer class='remove'></script>

<script class='remove'>
var respecConfig = {
Expand Down

0 comments on commit 5f04487

Please sign in to comment.