Skip to content

Commit

Permalink
remove TODO, #105
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 30, 2023
1 parent 52a07d0 commit 515b321
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/chart-intro/model/ParticleNucleus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ class ParticleNucleus extends ParticleAtom {
this.modelViewTransform.modelToViewX( ALLOWED_PARTICLE_POSITIONS[ 1 ][ ALLOWED_PARTICLE_POSITIONS[ 1 ].length - 1 ] )
- this.modelViewTransform.modelToViewX( ALLOWED_PARTICLE_POSITIONS[ 1 ][ 0 ] );

// TODO: assert that the n+1 spot has an empty particle in the shell position, https://github.com/phetsims/build-a-nucleus/issues/105
particleArray.forEach( ( particle, index ) => {
const yPosition = EnergyLevelType.getForIndex( index ).yPosition;
const xPosition = this.getLocalXIndex( index, yPosition );
Expand Down

0 comments on commit 515b321

Please sign in to comment.