Skip to content

Commit

Permalink
cleanup listener order temp code, #105
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 25, 2023
1 parent 242dd71 commit 426c801
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions js/common/model/BANModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ class BANModel<T extends ParticleAtom> {
// Create the atom
this.particleAtom = particleAtom;

this.particles = createObservableArray( {

// REVIEW - can this to-do be addressed prior to publication?
// TODO: Not positive that this is true, but CT will let us know, see https://github.com/phetsims/build-a-nucleus/issues/105
hasListenerOrderDependencies: true
} );
this.particles = createObservableArray();

this.hasIncomingParticlesProperty = new DerivedProperty( [
this.incomingProtons.lengthProperty,
Expand Down

0 comments on commit 426c801

Please sign in to comment.