Skip to content

Commit

Permalink
remove dispose code in keyboard help, phetsims/scenery-phet#810
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Jun 8, 2023
1 parent 73b8eed commit 7d7cd23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/view/GravityForceLabKeyboardHelpContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ class MoveOrJumpGrabbedRulerHelpSection extends KeyboardHelpSection {

const rows = [ jumpStartRow, jumpHomeRow, moveRulerRow, moveInSmallerStepsRow ];
super( moveOrJumpGrabbedRulerString, rows, options );
this.disposeEmitter.addListener( () => rows.forEach( row => row.dispose() ) );

}
}

Expand Down

0 comments on commit 7d7cd23

Please sign in to comment.