mol_plot_all 1.2.1044 → 1.2.1045

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
@@ -700,6 +700,7 @@ var $;
700
700
  plan() {
701
701
  $mol_wire_fiber.planning.add(this);
702
702
  $mol_wire_fiber.plan();
703
+ return this;
703
704
  }
704
705
  reap() {
705
706
  $mol_wire_fiber.reaping.add(this);
@@ -799,6 +800,7 @@ var $;
799
800
  }
800
801
  this.track_off(bu);
801
802
  this.put(result);
803
+ return this;
802
804
  }
803
805
  refresh() {
804
806
  this.cursor = $mol_wire_cursor.stale;