Shift everything forward a partg

This commit is contained in:
Richard Feldman
2016-09-01 01:38:15 -07:00
parent b5c164b53f
commit 46f4efc78b
43 changed files with 521 additions and 521 deletions

View File

@@ -26,11 +26,11 @@
github.getSearch(query).repositories({}, function (err, repositories) {
console.log("Got response", repositories);
app.ports.githubResponse.send(repositories);
// TODO: app.ports.portNameGoesHere.send(repositories);
});
}
app.ports.githubSearch.subscribe(searchGithub);
// TODO app.ports.portNameGoesHere.subscribe(searchGithub);
</script>
</html>