Fix lint warnings

This commit is contained in:
Pete Hunt
2013-12-02 13:32:09 -08:00
committed by Paul O’Shannessy
parent 76e3294c8f
commit 3851462b80
@@ -85,7 +85,7 @@ describe('ReactTransitionGroup', function() {
describe('with an undefined child', function () {
it('should fail silently', function () {
var a = React.renderComponent(
React.renderComponent(
<ReactTransitionGroup transitionName="yolo">
</ReactTransitionGroup>,
container