From 9efa7715760ceaa2015a796a24b0186246268dcf Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Thu, 21 Dec 2023 10:53:23 -0700 Subject: [PATCH] more (the last?) renames Client->PhetioClient, https://github.com/phetsims/phet-io/issues/1965 --- js/accessibility/pdom/ParallelDOM.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/accessibility/pdom/ParallelDOM.ts b/js/accessibility/pdom/ParallelDOM.ts index 20930bae1..5491e8e82 100644 --- a/js/accessibility/pdom/ParallelDOM.ts +++ b/js/accessibility/pdom/ParallelDOM.ts @@ -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;