Skip to content

Commit

Permalink
Fix DOMContentLoaded with async tag
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfrancis committed Mar 22, 2016
1 parent e60cbcf commit 74aabbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<body>

<h1>IFrame Height</h1>
<p>Proposal to allow the height of an iframe to change automatically (<a href="https://github.com/craigfrancis/iframe-height">more details</a>).</p>

<iframe src="./framed.html" id="iframe"></iframe>

<!-- <script src="./size-cross-origin-parent.js"></script> -->
Expand Down

0 comments on commit 74aabbd

Please sign in to comment.