Update all the index.html files

This commit is contained in:
Richard Feldman
2016-06-19 23:15:34 -07:00
parent 557cb6d4ce
commit 5cf0bf1321
13 changed files with 14 additions and 98 deletions

View File

@@ -18,8 +18,7 @@
// documentation: https://github.com/michael/github
var github = new Github();
var app = Elm.embed(
Elm.Main,
var app = Elm.Main.embed(
document.getElementById("elm-landing-pad"),
{githubResponse: []});