mol_jsx_lib 0.0.915 → 0.0.917

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
@@ -903,6 +903,7 @@ var $;
903
903
  plan() {
904
904
  $mol_wire_fiber.planning.add(this);
905
905
  $mol_wire_fiber.plan();
906
+ return this;
906
907
  }
907
908
  reap() {
908
909
  $mol_wire_fiber.reaping.add(this);
@@ -1002,6 +1003,7 @@ var $;
1002
1003
  }
1003
1004
  this.track_off(bu);
1004
1005
  this.put(result);
1006
+ return this;
1005
1007
  }
1006
1008
  refresh() {
1007
1009
  this.cursor = $mol_wire_cursor.stale;