Skip to content

Commit

Permalink
more (the last?) renames Client->PhetioClient, phetsims/phet-io#1965
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 21, 2023
1 parent b5472a1 commit 9efa771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/pdom/ParallelDOM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export default class ParallelDOM extends PhetioObject {
private _focusHighlight: Shape | Node | 'invisible' | null;

// A flag that allows prevents focus highlight from being displayed in the HighlightOverlay.
// If true, the focus highlight for this node will be layerable in the scene graph. Client is responsible
// If true, the focus highlight for this node will be layerable in the scene graph. PhetioClient is responsible
// for placement of the focus highlight in the scene graph.
private _focusHighlightLayerable: boolean;

Expand Down

0 comments on commit 9efa771

Please sign in to comment.