mol_plot_all 1.2.817 → 1.2.818

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/web.mjs CHANGED
@@ -1604,6 +1604,7 @@ var $;
1604
1604
  const getter = (() => value);
1605
1605
  getter['()'] = value;
1606
1606
  getter[Symbol.toStringTag] = value;
1607
+ getter[$mol_dev_format_head] = () => $mol_dev_format_span({}, '()=> ', $mol_dev_format_auto(value));
1607
1608
  return getter;
1608
1609
  }
1609
1610
  $.$mol_const = $mol_const;