mol_wire_lib 1.0.1050 → 1.0.1051
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 +2 -2
- 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 +2 -2
- package/web.deps.json +1 -1
- package/web.js +2 -0
- package/web.js.map +1 -1
- package/web.mjs +2 -0
package/web.mjs
CHANGED
|
@@ -680,6 +680,7 @@ var $;
|
|
|
680
680
|
plan() {
|
|
681
681
|
$mol_wire_fiber.planning.add(this);
|
|
682
682
|
$mol_wire_fiber.plan();
|
|
683
|
+
return this;
|
|
683
684
|
}
|
|
684
685
|
reap() {
|
|
685
686
|
$mol_wire_fiber.reaping.add(this);
|
|
@@ -779,6 +780,7 @@ var $;
|
|
|
779
780
|
}
|
|
780
781
|
this.track_off(bu);
|
|
781
782
|
this.put(result);
|
|
783
|
+
return this;
|
|
782
784
|
}
|
|
783
785
|
refresh() {
|
|
784
786
|
this.cursor = $mol_wire_cursor.stale;
|