mol_plot_all 1.2.1043 → 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/node.js CHANGED
@@ -715,6 +715,7 @@ var $;
715
715
  plan() {
716
716
  $mol_wire_fiber.planning.add(this);
717
717
  $mol_wire_fiber.plan();
718
+ return this;
718
719
  }
719
720
  reap() {
720
721
  $mol_wire_fiber.reaping.add(this);
@@ -814,6 +815,7 @@ var $;
814
815
  }
815
816
  this.track_off(bu);
816
817
  this.put(result);
818
+ return this;
817
819
  }
818
820
  refresh() {
819
821
  this.cursor = $mol_wire_cursor.stale;