Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
24 lines
471 B
JavaScript
24 lines
471 B
JavaScript
var B = function B() {
|
|
"use strict";
|
|
|
|
babelHelpers.classCallCheck(this, B);
|
|
};
|
|
|
|
var A = /*#__PURE__*/function (_B) {
|
|
"use strict";
|
|
|
|
babelHelpers.inherits(A, _B);
|
|
|
|
var _super = babelHelpers.createSuper(A);
|
|
|
|
function A(track) {
|
|
var _this;
|
|
|
|
babelHelpers.classCallCheck(this, A);
|
|
if (track !== undefined) _this = _super.call(this, track);else _this = _super.call(this);
|
|
return babelHelpers.possibleConstructorReturn(_this);
|
|
}
|
|
|
|
return A;
|
|
}(B);
|