Skip to content

Commit a0d6a98

Browse files
committed
Remove extraneous comment
This little guy should have been removed in facebook@6bd6ef2
1 parent 713401f commit a0d6a98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/addons/transitions/ReactCSSTransitionGroupChild.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ var ReactTransitionEvents = require('ReactTransitionEvents');
1919

2020
var onlyChild = require('onlyChild');
2121

22-
// We don't remove the element from the DOM until we receive an animationend or
23-
// transitionend event. If the user screws up and forgets to add an animation
24-
// their node will be stuck in the DOM forever, so we detect if an animation
25-
// does not start and if it doesn't, we just call the end listener immediately.
2622
var TICK = 17;
2723

2824
var ReactCSSTransitionGroupChild = React.createClass({

0 commit comments

Comments
 (0)