summaryrefslogtreecommitdiff
path: root/examples/scala-js/examples/helloworld/startup.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scala-js/examples/helloworld/startup.js')
-rw-r--r--examples/scala-js/examples/helloworld/startup.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/scala-js/examples/helloworld/startup.js b/examples/scala-js/examples/helloworld/startup.js
deleted file mode 100644
index f45e4cb..0000000
--- a/examples/scala-js/examples/helloworld/startup.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Scala.js example code
- * Public domain
- * Author: Sébastien Doeraene
- */
-
-$(function() {
- ScalaJS.modules.helloworld_HelloWorld().main();
-});