mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #1329 from irae/transition-group-leftovers
Remove leftovers from ReactTransitionGroup rewrite
This commit is contained in:
@@ -84,11 +84,6 @@ var ReactCSSTransitionGroupChild = React.createClass({
|
||||
queueClass: function(className) {
|
||||
this.classNameQueue.push(className);
|
||||
|
||||
if (this.props.runNextTick) {
|
||||
this.props.runNextTick(this.flushClassNameQueue);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.timeout) {
|
||||
this.timeout = setTimeout(this.flushClassNameQueue, TICK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user