icn3d 3.40.1 → 3.40.2
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 +2 -2
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +2 -2
- package/package.json +1 -1
package/icn3d.module.js
CHANGED
|
@@ -80382,8 +80382,8 @@ class SaveFile {
|
|
|
80382
80382
|
json += '{"chain": "' + chainid + '",\n';
|
|
80383
80383
|
|
|
80384
80384
|
json += '"resi": "' + data[chainid]["resi"].join(',') + '",\n';
|
|
80385
|
-
json += '"resn": "' + data[chainid]["resn"].join('') + '",\n';
|
|
80386
|
-
json += '"secondary": "' + data[chainid]["secondary"].join('') + '"';
|
|
80385
|
+
json += '"resn": "' + data[chainid]["resn"].join(',') + '",\n';
|
|
80386
|
+
json += '"secondary": "' + data[chainid]["secondary"].join(',') + '"';
|
|
80387
80387
|
|
|
80388
80388
|
if(i < cnt - 1) {
|
|
80389
80389
|
json += '},\n';
|