Sebastian Bittrich пре 1 година
родитељ
комит
31be0af3c9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/mol-plugin-state/builder/structure/representation-preset.ts

+ 1 - 1
src/mol-plugin-state/builder/structure/representation-preset.ts

@@ -445,6 +445,6 @@ export const PresetStructureRepresentations = {
     'polymer-and-ligand': polymerAndLigand,
     'protein-and-nucleic': proteinAndNucleic,
     'coarse-surface': coarseSurface,
-    illustrative
+    illustrative,
 };
 export type PresetStructureRepresentations = typeof PresetStructureRepresentations;