Skip to content

Commit

Permalink
remove 'simPreferences', phetsims/joist#961 phetsims/buoyancy#86
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Jun 7, 2024
1 parent 7363987 commit 0dea695
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/density-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ const simOptions: SimOptions = {
preferencesModel: new PreferencesModel( {
simulationOptions: {
customPreferences: [ {
createContent: tandem => new DensityBuoyancyCommonPreferencesNode( {
tandem: tandem.createTandem( 'simPreferences' )
} )
createContent: tandem => new DensityBuoyancyCommonPreferencesNode( { tandem: tandem } )
} ]
}
} ),
Expand Down

0 comments on commit 0dea695

Please sign in to comment.