Преглед на файлове

renamed 'structure-element-index' to 'unit-element-index'

Alexander Rose преди 5 години
родител
ревизия
b1fb9c5c47
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/mol-model/structure/structure/element/element.ts

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

@@ -15,7 +15,7 @@ import StructureProperties from '../properties';
 export type Set = SortedArray<ElementIndex>
 
 /** Index into Unit.elements */
-export type UnitIndex = { readonly '@type': 'structure-element-index' } & number
+export type UnitIndex = { readonly '@type': 'unit-element-index' } & number
 
 export interface Property<T> { (location: Location): T }
 export interface Predicate extends Property<boolean> { }