Skip to content

Commit

Permalink
Merge pull request remix-run#281 from aaronshaf/patch-1
Browse files Browse the repository at this point in the history
Update app.js
  • Loading branch information
mjackson committed Sep 12, 2014
2 parents 16b021a + c8ea9b2 commit 5de4fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/animations/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var App = React.createClass({
<li><Link to="image" params={{service: "cage"}}>Cage</Link></li>
</ul>
<CSSTransitionGroup transitionName="example">
{this.props.activeRouteHandler()}
<this.props.activeRouteHandler />
</CSSTransitionGroup>
</div>
);
Expand Down

0 comments on commit 5de4fc0

Please sign in to comment.