Skip to content

Commit

Permalink
Make the background, which is only there to catch mouse events, trans…
Browse files Browse the repository at this point in the history
…parent
  • Loading branch information
mtye committed Jul 1, 2012
1 parent f7fbba7 commit 81bb86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commits.js
Expand Up @@ -40,7 +40,7 @@ svg.append("clipPath")
svg.append("rect")
.attr("width", w)
.attr("height", h)
.style("fill", "#fff");
.style("fill-opacity", ".0");

$.getJSON("https://api.github.com/orgs/" + orgName + "/repos?callback=?", function(response) {
var allCommits = [];
Expand Down

0 comments on commit 81bb86f

Please sign in to comment.