Skip to content

Commit

Permalink
Add tandemSuffix option, specify and match conventions, see phetsims/…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and jbphet committed Sep 10, 2022
1 parent b352c8a commit 727a1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/common/view/FluxMeterNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class FluxMeterNode extends Node {
buttonOptions: {
baseColor: PhetColorScheme.PHET_LOGO_BLUE
},
tandem: options.tandem.createTandem( 'zoomButtons' )
tandem: options.tandem.createTandem( 'zoomButtonGroup' )
} );

// zoom buttons conditionally added to the view, but always created because I think that is required for PhET-iO
Expand Down
2 changes: 1 addition & 1 deletion js/layer-model/view/LayersControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class LayersControl extends Panel {
boundarySoundPlayer: numberOfLayersSoundPlayer,

// phet-io
tandem: tandem.createTandem( 'numberOfLayersControl' )
tandem: tandem.createTandem( 'numberOfLayersPicker' )
}
);

Expand Down

0 comments on commit 727a1bb

Please sign in to comment.