fixed up sample
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
<script type="text/javascript" src="src/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="target/js/kotlin-lib.js"></script>
|
||||
<script type="text/javascript" src="target/js/browser-example.js"></script>
|
||||
|
||||
<!--
|
||||
TODO ideally we should be able to code generate this entry point if we can discover
|
||||
any annotated methods with documentReady
|
||||
-->
|
||||
<script type="text/javascript">
|
||||
$(document).ready(sample.myApp)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user