Skip to content

Commit

Permalink
Merge pull request #5741 from mziwisky/patch-1
Browse files Browse the repository at this point in the history
Remove extraneous comment
  • Loading branch information
zpao committed Dec 29, 2015
2 parents 713401f + a0d6a98 commit 51295bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/addons/transitions/ReactCSSTransitionGroupChild.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ var ReactTransitionEvents = require('ReactTransitionEvents');

var onlyChild = require('onlyChild');

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

var ReactCSSTransitionGroupChild = React.createClass({
Expand Down

0 comments on commit 51295bf

Please sign in to comment.