Skip to content

Commit

Permalink
#2893: animate.jsx, adjust docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Dec 23, 2017
1 parent 879808d commit 6bb6430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/jsx/import/animation/animate.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* animate.jsx: d3js animation of ball collisions.
* animate.jsx: animates provided 'node' from parent:
*
* - https://github.com/react-d3-library/react-d3-library
*
* @Animate, must be capitalized in order for reactjs to render it as a
* component. Otherwise, the variable is rendered as a dom node.
*
* Note: this script implements jsx (reactjs) syntax, and requires the parent
* calling this component, to define the 'node' property, which will
* represent the d3js object.
* Note: this script implements jsx (reactjs) syntax.
*
* Note: importing 'named export' (multiple export statements in a module),
* requires the object being imported, to be surrounded by { brackets }.
Expand Down

0 comments on commit 6bb6430

Please sign in to comment.