mol_jsx_lib 0.0.769 → 0.0.770

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
@@ -435,9 +435,6 @@ var $;
435
435
  toString() {
436
436
  return this[Symbol.toStringTag] || this.constructor.name + '<>';
437
437
  }
438
- toJSON() {
439
- return this.toString();
440
- }
441
438
  }
442
439
  $.$mol_object2 = $mol_object2;
443
440
  })($ || ($ = {}));