@jbrowse/plugin-data-management 1.5.7 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -191,14 +191,14 @@ function _inherits(subClass, superClass) {
191
191
  throw new TypeError("Super expression must either be null or a function");
192
192
  }
193
193
 
194
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
195
+ constructor: {
196
+ value: subClass,
197
+ writable: true,
198
+ configurable: true
199
+ }
200
+ });
194
201
  Object.defineProperty(subClass, "prototype", {
195
- value: Object.create(superClass && superClass.prototype, {
196
- constructor: {
197
- value: subClass,
198
- writable: true,
199
- configurable: true
200
- }
201
- }),
202
202
  writable: false
203
203
  });
204
204
  if (superClass) _setPrototypeOf(subClass, superClass);
@@ -4036,7 +4036,7 @@ var TrackAdapterSelector = /*#__PURE__*/mobxReact.observer(function (_ref2) {
4036
4036
  select: true,
4037
4037
  fullWidth: true,
4038
4038
  onChange: function onChange(event) {
4039
- return model.setAdapterHint(event.target.value);
4039
+ model.setAdapterHint(event.target.value);
4040
4040
  },
4041
4041
  SelectProps: {
4042
4042
  // @ts-ignore