(element)
| 17085 | |
| 17086 | // To avoid a cyclic dependency, we create the final class in this module |
| 17087 | var ReactCompositeComponentWrapper = function (element) { |
| 17088 | this.construct(element); |
| 17089 | }; |
| 17090 | _assign(ReactCompositeComponentWrapper.prototype, ReactCompositeComponent.Mixin, { |
| 17091 | _instantiateReactComponent: instantiateReactComponent |
| 17092 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…