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.d.ts +92 -92
- package/node.deps.json +1 -1
- package/node.js +2 -0
- package/node.js.map +1 -1
- package/node.mjs +2 -0
- package/node.test.js +2 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +92 -92
- package/web.deps.json +1 -1
- package/web.js +2 -0
- package/web.js.map +1 -1
- package/web.mjs +2 -0
package/web.js
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;
|