Skip to content

Commit

Permalink
Merge pull request #6177 from yuanyan/patch-1
Browse files Browse the repository at this point in the history
Remove dead code.
  • Loading branch information
jimfb committed Mar 5, 2016
2 parents 1dc705a + 45a321d commit 3b86cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/shared/reconciler/ReactCompositeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ var ReactCompositeComponentMixin = {
if (this._pendingElement != null) {
ReactReconciler.receiveComponent(
this,
this._pendingElement || this._currentElement,
this._pendingElement,
transaction,
this._context
);
Expand Down

0 comments on commit 3b86cb1

Please sign in to comment.