Skip to content

Commit

Permalink
rename instance doc to phetioDocumentation, phetsims/tandem#63
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 4, 2018
1 parent 862ebdb commit 99c5ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/model/Particle.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ define( function( require ) {
} );
this.radiusProperty = new NumberProperty( type === 'electron' ? ShredConstants.ELECTRON_RADIUS : ShredConstants.NUCLEON_RADIUS, {
tandem: options.tandem && options.tandem.createTandem( 'radiusProperty' ),
phetioInstanceDocumentation: 'The radius of the particle. Changes to radius may not be reflected in view.'
phetioDocumentation: 'The radius of the particle. Changes to radius may not be reflected in view.'
} );
this.animationVelocityProperty = new NumberProperty( DEFAULT_PARTICLE_VELOCITY, {
tandem: options.tandem && options.tandem.createTandem( 'animationVelocityProperty' ),
Expand Down

0 comments on commit 99c5ba2

Please sign in to comment.