2015-12-24 14:55:51 -08:00

11 lines
269 B
JavaScript

var Test = function (_Foo) {
babelHelpers.inherits(Test, _Foo);
function Test() {
babelHelpers.classCallCheck(this, Test);
return babelHelpers.possibleConstructorReturn(this, Object.getPrototypeOf(Test).apply(this, arguments));
}
return Test;
}(Foo);