1
0
mirror of https://codeberg.org/setop/elm-scripting synced 2025-11-08 21:49:57 +00:00
Files
elm-scripting/launch.js
2025-09-26 01:22:28 +02:00

14 lines
216 B
JavaScript

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