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.d.ts +0 -1
- package/node.esm.js +0 -3
- package/node.esm.js.map +1 -1
- package/node.js +0 -3
- package/node.js.map +1 -1
- package/node.test.js +0 -3
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +0 -1
- package/web.esm.js +0 -3
- package/web.esm.js.map +1 -1
- package/web.js +0 -3
- package/web.js.map +1 -1
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
|
}
|