mol_plot_all 1.2.124 → 1.2.128

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.
package/node.test.js CHANGED
@@ -3737,12 +3737,6 @@ var $;
3737
3737
  this.Touch()
3738
3738
  ];
3739
3739
  }
3740
- event() {
3741
- return {
3742
- ...super.event(),
3743
- dblclick: (event) => this.reset(event)
3744
- };
3745
- }
3746
3740
  gap_x() {
3747
3741
  const obj = new this.$.$mol_vector_range(this.gap_left(), this.gap_right());
3748
3742
  return obj;
@@ -3821,11 +3815,6 @@ var $;
3821
3815
  obj.draw = (event) => this.draw(event);
3822
3816
  return obj;
3823
3817
  }
3824
- reset(event) {
3825
- if (event !== undefined)
3826
- return event;
3827
- return null;
3828
- }
3829
3818
  }
3830
3819
  __decorate([
3831
3820
  $.$mol_mem
@@ -3911,9 +3900,6 @@ var $;
3911
3900
  __decorate([
3912
3901
  $.$mol_mem
3913
3902
  ], $mol_plot_pane.prototype, "Touch", null);
3914
- __decorate([
3915
- $.$mol_mem
3916
- ], $mol_plot_pane.prototype, "reset", null);
3917
3903
  $.$mol_plot_pane = $mol_plot_pane;
3918
3904
  })($ || ($ = {}));
3919
3905
  //pane.view.tree.js.map