Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
Remove .Mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux authored Aug 29, 2016
1 parent 96c8d5d commit db4dcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReactART.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function injectAfter(parentNode, referenceNode, node) {

// ContainerMixin for components that can hold ART nodes

const ContainerMixin = assign({}, ReactMultiChild.Mixin, {
const ContainerMixin = assign({}, ReactMultiChild, {

/**
* Moves a child component to the supplied index.
Expand Down Expand Up @@ -144,7 +144,7 @@ const ContainerMixin = assign({}, ReactMultiChild.Mixin, {
* @param {?object} nextChildren.
* @param {ReactReconcileTransaction} transaction
* @internal
* @override {ReactMultiChild.Mixin.updateChildren}
* @override {ReactMultiChild.updateChildren}
*/
updateChildren: function(nextChildren, transaction, context) {
this._updateChildren(nextChildren, transaction, context);
Expand Down

0 comments on commit db4dcef

Please sign in to comment.