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