fixed up sample

This commit is contained in:
James Strachan
2012-05-30 16:55:44 +01:00
parent 1f5666e0e8
commit 3ebcb399c7
@@ -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>