summaryrefslogtreecommitdiff
path: root/example/src/main/resources/index-opt.html
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/main/resources/index-opt.html')
-rw-r--r--example/src/main/resources/index-opt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/src/main/resources/index-opt.html b/example/src/main/resources/index-opt.html
index 5abb478..d8ad3ab 100644
--- a/example/src/main/resources/index-opt.html
+++ b/example/src/main/resources/index-opt.html
@@ -12,7 +12,7 @@
<script type="text/javascript" src="../example-opt.js"></script>
<script>
- ScalaJSExample().main();
+ example.ScalaJSExample().main();
</script>
</body>
</html>