viral-viewer-2 3.0.7 → 3.0.8
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.
|
@@ -33774,7 +33774,7 @@ function workerFunction() {
|
|
|
33774
33774
|
let nextVertex;
|
|
33775
33775
|
let z = count;
|
|
33776
33776
|
if (count > vertices.length) {
|
|
33777
|
-
z = length;
|
|
33777
|
+
z = vertices.length;
|
|
33778
33778
|
}
|
|
33779
33779
|
while (z--) {
|
|
33780
33780
|
nextVertex = minimumCostEdge(vertices);
|