Misc fixes
This commit is contained in:
@@ -18,9 +18,7 @@
|
||||
// documentation: https://github.com/michael/github
|
||||
var github = new Github();
|
||||
|
||||
var app = Elm.Main.embed(
|
||||
document.getElementById("elm-landing-pad"),
|
||||
{githubResponse: []});
|
||||
var app = Elm.Main.embed(document.getElementById("elm-landing-pad"));
|
||||
|
||||
function searchGithub(query) {
|
||||
console.log("Searching for", query);
|
||||
|
||||
Reference in New Issue
Block a user