mol_plot_all 1.2.1433 → 1.2.1434
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.deps.json +1 -1
- package/node.js +0 -11
- package/node.js.map +1 -1
- package/node.mjs +0 -11
- package/node.test.js +0 -11
- package/node.test.js.map +1 -1
- package/package.json +12 -12
- package/web.deps.json +1 -1
- package/web.js +0 -11
- package/web.js.map +1 -1
- package/web.mjs +0 -11
package/web.mjs
CHANGED
|
@@ -570,17 +570,6 @@ var $;
|
|
|
570
570
|
return;
|
|
571
571
|
this.cursor = quant;
|
|
572
572
|
this.emit($mol_wire_cursor.doubt);
|
|
573
|
-
if (pos >= 0 && pos < this.sub_from - 2) {
|
|
574
|
-
const pub = this.data[pos];
|
|
575
|
-
if (pub instanceof $mol_wire_task)
|
|
576
|
-
return;
|
|
577
|
-
for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
|
|
578
|
-
const pub = this.data[cursor];
|
|
579
|
-
if (pub instanceof $mol_wire_task) {
|
|
580
|
-
pub.destructor();
|
|
581
|
-
}
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
573
|
}
|
|
585
574
|
[$mol_dev_format_head]() {
|
|
586
575
|
return $mol_dev_format_native(this);
|