mol_jsx_lib 0.0.916 → 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/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
|
@@ -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;
|