Remove dead code.

This commit is contained in:
yuanyan
2016-03-03 23:08:47 +08:00
parent f8046f2dc2
commit 45a321d686

View File

@@ -630,7 +630,7 @@ var ReactCompositeComponentMixin = {
if (this._pendingElement != null) {
ReactReconciler.receiveComponent(
this,
this._pendingElement || this._currentElement,
this._pendingElement,
transaction,
this._context
);