mol_plot_all 1.2.170 → 1.2.174

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
@@ -180,9 +180,6 @@ var $;
180
180
  return this.name;
181
181
  }
182
182
  destructor() { }
183
- [Symbol.toPrimitive](hint) {
184
- return hint === 'number' ? this.valueOf() : this.toString();
185
- }
186
183
  toString() {
187
184
  return this[Symbol.toStringTag] || this.constructor.name + '()';
188
185
  }