mol_text_distance 0.0.1308 → 0.0.1310
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 +5 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -1046,7 +1046,7 @@ var $;
|
|
|
1046
1046
|
this.data.length = this.sub_from;
|
|
1047
1047
|
this.cursor = this.pub_from;
|
|
1048
1048
|
this.track_cut();
|
|
1049
|
-
this.cursor = $mol_wire_cursor.
|
|
1049
|
+
this.cursor = $mol_wire_cursor.stale;
|
|
1050
1050
|
}
|
|
1051
1051
|
track_cut() {
|
|
1052
1052
|
if (this.cursor < this.pub_from) {
|
|
@@ -1747,6 +1747,10 @@ var $;
|
|
|
1747
1747
|
this.emit();
|
|
1748
1748
|
return next;
|
|
1749
1749
|
}
|
|
1750
|
+
destructor() {
|
|
1751
|
+
super.destructor();
|
|
1752
|
+
this.cursor = $mol_wire_cursor.final;
|
|
1753
|
+
}
|
|
1750
1754
|
}
|
|
1751
1755
|
$.$mol_wire_task = $mol_wire_task;
|
|
1752
1756
|
})($ || ($ = {}));
|