Remove dead code.
This commit is contained in:
parent
f8046f2dc2
commit
45a321d686
|
|
@ -630,7 +630,7 @@ var ReactCompositeComponentMixin = {
|
|||
if (this._pendingElement != null) {
|
||||
ReactReconciler.receiveComponent(
|
||||
this,
|
||||
this._pendingElement || this._currentElement,
|
||||
this._pendingElement,
|
||||
transaction,
|
||||
this._context
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue