icn3d 3.29.2 → 3.29.3
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/icn3d.js +1 -1
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +1 -1
- package/package.json +1 -1
package/icn3d.module.js
CHANGED
|
@@ -38538,7 +38538,7 @@ class AnnoDomain {
|
|
|
38538
38538
|
for(let j = from; j <= to; ++j) {
|
|
38539
38539
|
// 0-based
|
|
38540
38540
|
let obj = {};
|
|
38541
|
-
let resi = ic.ParserUtilsCls.getResi(chnid, j
|
|
38541
|
+
let resi = ic.ParserUtilsCls.getResi(chnid, j);
|
|
38542
38542
|
obj[chnid + '_' + resi] = domainName;
|
|
38543
38543
|
ic.resid2domain[chnid].push(obj);
|
|
38544
38544
|
}
|