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.js
CHANGED
|
@@ -37637,7 +37637,7 @@ class AnnoDomain {
|
|
|
37637
37637
|
for(let j = from; j <= to; ++j) {
|
|
37638
37638
|
// 0-based
|
|
37639
37639
|
let obj = {};
|
|
37640
|
-
let resi = ic.ParserUtilsCls.getResi(chnid, j
|
|
37640
|
+
let resi = ic.ParserUtilsCls.getResi(chnid, j);
|
|
37641
37641
|
obj[chnid + '_' + resi] = domainName;
|
|
37642
37642
|
ic.resid2domain[chnid].push(obj);
|
|
37643
37643
|
}
|