Alexander Rose 5 years ago
parent
commit
f02d49f181
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mol-model/structure/structure/element/loci.ts

+ 1 - 1
src/mol-model/structure/structure/element/loci.ts

@@ -353,7 +353,7 @@ export namespace Loci {
 
     export function extendToWholeChains(loci: Loci): Loci {
         const elements: Loci['elements'][0][] = [];
-Unit
+
         for (let i = 0, len = loci.elements.length; i < len; i++) {
             const e = loci.elements[i];
             if (Unit.Traits.is(e.unit.traits, Unit.Trait.Patitioned)) {