mol_tree2 1.0.730 → 1.0.731
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.test.js +2 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +2 -0
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -4561,6 +4561,7 @@ var $;
|
|
|
4561
4561
|
plan() {
|
|
4562
4562
|
$mol_wire_fiber.planning.add(this);
|
|
4563
4563
|
$mol_wire_fiber.plan();
|
|
4564
|
+
return this;
|
|
4564
4565
|
}
|
|
4565
4566
|
reap() {
|
|
4566
4567
|
$mol_wire_fiber.reaping.add(this);
|
|
@@ -4660,6 +4661,7 @@ var $;
|
|
|
4660
4661
|
}
|
|
4661
4662
|
this.track_off(bu);
|
|
4662
4663
|
this.put(result);
|
|
4664
|
+
return this;
|
|
4663
4665
|
}
|
|
4664
4666
|
refresh() {
|
|
4665
4667
|
this.cursor = $mol_wire_cursor.stale;
|