Explorar el Código

Update src/mol-script/runtime/query/table.ts

Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com>
KoyaS hace 2 años
padre
commit
2f8806d7c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/mol-script/runtime/query/table.ts

+ 1 - 1
src/mol-script/runtime/query/table.ts

@@ -371,7 +371,7 @@ const symbols = [
 
     D(MolScript.structureQuery.atomSet.propertySet,
         function structureQuery_atomset_propertySet(ctx, xs) {
-	  return Queries.atomset.propertySet(ctx, xs[0] as any)(ctx);
+	  return Queries.atomset.propertySet(xs[0] as any)(ctx);
         }),
 
     // ============= BOND PROPERTIES ================