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.js
CHANGED
|
@@ -79481,8 +79481,8 @@ class SaveFile {
|
|
|
79481
79481
|
json += '{"chain": "' + chainid + '",\n';
|
|
79482
79482
|
|
|
79483
79483
|
json += '"resi": "' + data[chainid]["resi"].join(',') + '",\n';
|
|
79484
|
-
json += '"resn": "' + data[chainid]["resn"].join('') + '",\n';
|
|
79485
|
-
json += '"secondary": "' + data[chainid]["secondary"].join('') + '"';
|
|
79484
|
+
json += '"resn": "' + data[chainid]["resn"].join(',') + '",\n';
|
|
79485
|
+
json += '"secondary": "' + data[chainid]["secondary"].join(',') + '"';
|
|
79486
79486
|
|
|
79487
79487
|
if(i < cnt - 1) {
|
|
79488
79488
|
json += '},\n';
|