icn3d 3.40.2 → 3.40.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 +2 -0
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +2 -0
- package/package.json +1 -1
package/icn3d.js
CHANGED
|
@@ -79459,6 +79459,8 @@ class SaveFile {
|
|
|
79459
79459
|
let resi = atom.resi;
|
|
79460
79460
|
let resn = me.utilsCls.residueName2Abbr(atom.resn);
|
|
79461
79461
|
let ss = this.secondary2Abbr(atom.ss);
|
|
79462
|
+
if(atom.ssbegin) ss += ' begin';
|
|
79463
|
+
else if(atom.ssend) ss += ' end';
|
|
79462
79464
|
|
|
79463
79465
|
if(chainid != prevChainid && !data[chainid]) {
|
|
79464
79466
|
data[chainid] = {"resi": [], "resn": [], "secondary": []};
|