Explorar o código

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

Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com>
KoyaS %!s(int64=2) %!d(string=hai) anos
pai
achega
2f8806d7c2
Modificáronse 1 ficheiros con 1 adicións e 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 ================