// above is the DOM implementation // and the Elm app code // here we lanch the app Elm[Object.keys(Elm)[0]].init({ node: document.getElementById("elm") }); document.children[0].dump(); } catch(e) { throw e; }