Skip to content

Commit 0465c11

Browse files
1 file edited
1 parent fbc52f0 commit 0465c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/Probability-Manager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class ProbabilityManager {
9292
this.instances = {};
9393
}
9494

95-
/*toArray() {
95+
toArray() {
9696
const result = [];
9797
for (const [instanceName, lists] of Object.entries(this.instances)) {
9898
for (const [listName, list] of Object.entries(lists)) {
@@ -102,5 +102,5 @@ class ProbabilityManager {
102102
}
103103
}
104104
return result;
105-
}*/
105+
}
106106
}

0 commit comments

Comments
 (0)