Explorar o código

removed unused abbr. from rasmol operators.ts

yakomaxa %!s(int64=2) %!d(string=hai) anos
pai
achega
f78306f624
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/mol-script/transpilers/rasmol/operators.ts

+ 0 - 1
src/mol-script/transpilers/rasmol/operators.ts

@@ -42,7 +42,6 @@ export const operators: OperatorList = [
         '@desc': 'Selects atoms in s1 that are within X Angstroms of any atom in s2.',
         '@examples': ['within(5.0, [HEM])'],
         name: 'within',
-        abbr: ['w2.'],
         type: h.prefixRemoveKet,
         rule: h.prefixOpNoWhiteSpace(/within\s*\(\s*([-+]?[0-9]*\.?[0-9]+)\s*,/i, 1).map((x: any) => {
 	    return parseFloat(x);