aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index cbf37b4..b2352f0 100644
--- a/index.html
+++ b/index.html
@@ -17,10 +17,9 @@
<div id="game"></div>
<script type="text/javascript">
- var myPorts = {};
- var myContainer = document.getElementById('game');
var myModule = Elm.Main;
- Elm.embed(myModule, myContainer, myPorts);
+ var myContainer = document.getElementById('game');
+ Elm.embed(myModule, myContainer);
</script>
<a href="https://github.com/guyonvarch/avoid">