Skip to content

Commit

Permalink
rename phet.joist.sim.display -> phet.joist.display, phetsims/joist#684
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 22, 2021
1 parent ad321f3 commit 2969042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/SnapshotsAccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ class SnapshotsAccordionBox extends AccordionBox {
// unlink not required.
scene.snapshotsCollection.selectedSnapshotProperty.link( ( selectedSnapshot, oldSelectedSnapshot ) => {
if ( oldSelectedSnapshot ) {
phet.joist.sim.display.removeInputListener( clickToDeselectListener );
phet.joist.display.removeInputListener( clickToDeselectListener );
}
if ( selectedSnapshot ) {
phet.joist.sim.display.addInputListener( clickToDeselectListener );
phet.joist.display.addInputListener( clickToDeselectListener );
}
} );
}
Expand Down

0 comments on commit 2969042

Please sign in to comment.