Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #19 from twistedpair/master
Browse files Browse the repository at this point in the history
Remove vestigial launcher.js references.
  • Loading branch information
sjrd authored Jul 17, 2017
2 parents 36feba5 + dc19b84 commit 8c16ce2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index-fastopt.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ <h1>Example Scala.js application - fast-optimized version</h1>
</div>

<script type="text/javascript" src="./target/scala-2.12/example-fastopt.js"></script>
<script type="text/javascript" src="./target/scala-2.12/example-launcher.js"></script>

</body>
</html>
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ <h1>Example Scala.js application - full-optimized version</h1>
</div>

<script type="text/javascript" src="./target/scala-2.12/example-opt.js"></script>
<script type="text/javascript" src="./target/scala-2.12/example-launcher.js"></script>

</body>
</html>

0 comments on commit 8c16ce2

Please sign in to comment.