Skip to content

Commit

Permalink
Move simNameProperty to general.model, see #627
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Apr 27, 2020
1 parent 4b8dcb3 commit dce1173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function Sim( name, allSimScreens, options ) {

// @public {Property.<string>} (joist-internal)
this.simNameProperty = new StringProperty( name, {
tandem: Tandem.GENERAL_VIEW.createTandem( 'simNameProperty' ),
tandem: Tandem.GENERAL_MODEL.createTandem( 'simNameProperty' ),
phetioFeatured: true,
phetioDocumentation: 'The name of the sim. Changing this value will update the title text on the navigation bar ' +
'and the title text on the home screen, if it exists.'
Expand Down

0 comments on commit dce1173

Please sign in to comment.