Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
caev03 committed May 15, 2018
2 parents 2711a4c + cd8aa14 commit 8a5afeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ function arcTweenZoom(d) {
? function(t) { return arc(d); }
: function(t) { x.domain(xd(t)); y.domain(yd(t)).range(yr(t)); return arc(d); };
};
}
}

0 comments on commit 8a5afeb

Please sign in to comment.