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

Commit db4dcef

Browse files
authored
1 parent 96c8d5d commit db4dcef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactART.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function injectAfter(parentNode, referenceNode, node) {
9393

9494
// ContainerMixin for components that can hold ART nodes
9595

96-
const ContainerMixin = assign({}, ReactMultiChild.Mixin, {
96+
const ContainerMixin = assign({}, ReactMultiChild, {
9797

9898
/**
9999
* Moves a child component to the supplied index.
@@ -144,7 +144,7 @@ const ContainerMixin = assign({}, ReactMultiChild.Mixin, {
144144
* @param {?object} nextChildren.
145145
* @param {ReactReconcileTransaction} transaction
146146
* @internal
147-
* @override {ReactMultiChild.Mixin.updateChildren}
147+
* @override {ReactMultiChild.updateChildren}
148148
*/
149149
updateChildren: function(nextChildren, transaction, context) {
150150
this._updateChildren(nextChildren, transaction, context);

0 commit comments

Comments
 (0)