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.module.js
CHANGED
|
@@ -80360,6 +80360,8 @@ class SaveFile {
|
|
|
80360
80360
|
let resi = atom.resi;
|
|
80361
80361
|
let resn = me.utilsCls.residueName2Abbr(atom.resn);
|
|
80362
80362
|
let ss = this.secondary2Abbr(atom.ss);
|
|
80363
|
+
if(atom.ssbegin) ss += ' begin';
|
|
80364
|
+
else if(atom.ssend) ss += ' end';
|
|
80363
80365
|
|
|
80364
80366
|
if(chainid != prevChainid && !data[chainid]) {
|
|
80365
80367
|
data[chainid] = {"resi": [], "resn": [], "secondary": []};
|