mol_plot_all 1.2.354 → 1.2.355

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
@@ -3068,8 +3068,7 @@ var $;
3068
3068
  return obj;
3069
3069
  }
3070
3070
  hue() {
3071
- const obj = new this.$.NaN();
3072
- return obj;
3071
+ return +NaN;
3073
3072
  }
3074
3073
  Sample() {
3075
3074
  return null;
@@ -3140,9 +3139,6 @@ var $;
3140
3139
  __decorate([
3141
3140
  $mol_mem
3142
3141
  ], $mol_plot_graph.prototype, "Hint", null);
3143
- __decorate([
3144
- $mol_mem
3145
- ], $mol_plot_graph.prototype, "hue", null);
3146
3142
  __decorate([
3147
3143
  $mol_mem
3148
3144
  ], $mol_plot_graph.prototype, "viewport_x", null);
@@ -3800,8 +3796,7 @@ var $;
3800
3796
  hue_base(val) {
3801
3797
  if (val !== undefined)
3802
3798
  return val;
3803
- const obj = new this.$.NaN();
3804
- return obj;
3799
+ return +NaN;
3805
3800
  }
3806
3801
  hue_shift(val) {
3807
3802
  if (val !== undefined)