Fix maven build
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
any annotated methods with documentReady
|
any annotated methods with documentReady
|
||||||
-->
|
-->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(kotlin.modules['browser-example-with-library'].sample.myApp)
|
$(document).ready(this['browser-example-with-library'].sample.myApp)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
any annotated methods with documentReady
|
any annotated methods with documentReady
|
||||||
-->
|
-->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(kotlin.modules['browser-example'].sample.myApp)
|
$(document).ready(this['browser-example'].sample.myApp)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user