Skip to content

Commit

Permalink
add creator function, #1302
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 6, 2022
1 parent f7ab8c2 commit ed91cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/getStringModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const StringStateIOType = new IOType( 'StringStateIO', {
} )
} );

new PhetioObject( { // eslint-disable-line
PhetioObject.create( {
phetioType: StringStateIOType,
tandem: Tandem.GENERAL_MODEL.createTandem( 'stringsState' ),
phetioState: true
Expand Down

0 comments on commit ed91cb9

Please sign in to comment.