mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Deploying to gh-pages from @ 29fd2daf9e 🚀
This commit is contained in:
parent
e28cb292b5
commit
c888af14e3
6 changed files with 103 additions and 11 deletions
|
|
@ -55,7 +55,7 @@ function playgroundInit(elt) {
|
|||
}
|
||||
|
||||
var app = Elm.Main.init({
|
||||
node: document.getElementById(elt)
|
||||
node: elt
|
||||
});
|
||||
app.ports.sendSocketCommand.subscribe(sendSocketCommand);
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue