allow the JS compiler to reference the JS library source so that maven based JS compilation can work & use the new kotlin.browser API

This commit is contained in:
James Strachan
2012-05-26 07:45:10 +01:00
parent aecb5c72c5
commit 1254aa9e6f
8 changed files with 129 additions and 3 deletions
@@ -0,0 +1,19 @@
<html>
<head>
</head>
<body>
<h1>Kotlin Sample</h1>
<div id="foo">
</div>
<script type="text/javascript" src="target/js/kotlin-lib.js">
</script>
<script type="text/javascript" src="target/js/browser-example.js">
</script>
<script type="text/javascript">
</script>
</body>
</html>