Browse Source

Update 09.1-animation.md

main
Chris Sciolla 11 years ago
parent
commit
a825a2678d
  1. 2
      docs/09.1-animation.md

2
docs/09.1-animation.md

@ -97,7 +97,7 @@ render: function() {
</ReactCSSTransitionGroup>
</div>
);
}.bind(this));
}, this);
return (
<div>
<button onClick={this.handleAdd}>Add Item</button>

Loading…
Cancel
Save