Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fixed prepack output so elm code is runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaterDad committed May 11, 2017
1 parent b75b8f7 commit 5785de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HelloWorld/prepacked.js
Expand Up @@ -1704,7 +1704,7 @@

var domNode = _2j(initialVirtualNode, eventNode);

undefined.appendChild(domNode);
document.body.appendChild(domNode);
return _3k(domNode, _2h, initialVirtualNode, eventNode);
}

Expand Down Expand Up @@ -4777,12 +4777,12 @@
subscriptions: _25
};
var $2 = undefined;
Elm = {
window.Elm = {
Main: {
embed: _2,
fullscreen: _51
}
};

var _$0 = _$2(_3G, 0);
}).call(this);
}).call(this);

0 comments on commit 5785de8

Please sign in to comment.