Skip to content

Commit

Permalink
removed redundant option settings, see #299
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jun 30, 2020
1 parent dd46065 commit 757e78a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions js/common/model/MultipleParticleModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ class MultipleParticleModel extends PhetioObject {
constructor( tandem, options ) {

options = merge( {
validSubstances: SubstanceType.VALUES,
tandem: tandem,

// REVIEW: This seems duplicated with a line below, can one of them be eliminated?
phetioType: MultipleParticleModelIO
validSubstances: SubstanceType.VALUES
}, options );

super( {
Expand Down

0 comments on commit 757e78a

Please sign in to comment.