Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Apr 18, 2017
1 parent bacf4b3 commit 21f8831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/routes/examples/webpackSunburst/module/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const getNodes = createSelector(
// If the last angle was zero and the next is zero, flag it.
// Note: you have to update the path because the y domain is changing, but there's
// no need to animate it. Just set the state to the final destination. When they reappear
// They will have the correct y dimension (radius) for transitioning. See the Arc component.
// they will have the correct y dimension (radius) for transitioning. See the Arc component.
const angle = a1(d) - a0(d);
const noTransition = d.angle === 0 && angle === 0; // Going from 0 to 0;

Expand Down

0 comments on commit 21f8831

Please sign in to comment.