Skip to content

Commit

Permalink
convert PhetioDynamicElementContainer.ts to more typescript, phetsims…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 18, 2022
1 parent ee4d264 commit dc24409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/CircuitLayerNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export default class CircuitLayerNode extends Node {

const vertexNodeGroup = new PhetioGroup<VertexNode, [ Vertex ]>( ( tandem, vertex: Vertex ) => {
return new VertexNode( this, vertex, tandem );
}, [ circuit.vertexGroup.archetype ], {
}, () => [ circuit.vertexGroup.archetype ], {
phetioType: PhetioGroup.PhetioGroupIO( Node.NodeIO ),
tandem: tandem.createTandem( 'vertexNodeGroup' ),
supportsDynamicState: false
Expand Down

0 comments on commit dc24409

Please sign in to comment.