()
| 9850 | _inheritsLoose(Fade, _React$Component); |
| 9851 | |
| 9852 | function Fade() { |
| 9853 | var _this; |
| 9854 | |
| 9855 | for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { |
| 9856 | args[_key] = arguments[_key]; |
| 9857 | } |
| 9858 | |
| 9859 | _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; |
| 9860 | |
| 9861 | _this.handleEnter = function (node) { |
| 9862 | triggerBrowserReflow(node); |
| 9863 | if (_this.props.onEnter) _this.props.onEnter(node); |
| 9864 | }; |
| 9865 | |
| 9866 | return _this; |
| 9867 | } |
| 9868 | |
| 9869 | var _proto = Fade.prototype; |
| 9870 |
nothing calls this directly
no test coverage detected
searching dependent graphs…