Skip to content

Commit 51295bf

Browse files
committed
Merge pull request facebook#5741 from mziwisky/patch-1
Remove extraneous comment
2 parents 713401f + a0d6a98 commit 51295bf

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)