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