mol_plot_all 1.2.353 → 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,7 +3068,7 @@ var $;
3068
3068
  return obj;
3069
3069
  }
3070
3070
  hue() {
3071
- return NaN;
3071
+ return +NaN;
3072
3072
  }
3073
3073
  Sample() {
3074
3074
  return null;
@@ -3796,7 +3796,7 @@ var $;
3796
3796
  hue_base(val) {
3797
3797
  if (val !== undefined)
3798
3798
  return val;
3799
- return NaN;
3799
+ return +NaN;
3800
3800
  }
3801
3801
  hue_shift(val) {
3802
3802
  if (val !== undefined)
@@ -4534,7 +4534,7 @@ var $;
4534
4534
  (function ($) {
4535
4535
  class $mol_plot_dot extends $mol_plot_graph {
4536
4536
  points_max() {
4537
- return Infinity;
4537
+ return +Infinity;
4538
4538
  }
4539
4539
  aspect() {
4540
4540
  return 1;