From cc7062dfe41412eb5385a31edf53d691267d9d95 Mon Sep 17 00:00:00 2001 From: zepumph Date: Fri, 22 Jan 2021 09:28:34 -0900 Subject: [PATCH] rename phet.joist.sim.display -> phet.joist.display, https://github.com/phetsims/joist/issues/684 --- example-sim_a11y_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-sim_a11y_view.html b/example-sim_a11y_view.html index e24190c..320cbec 100644 --- a/example-sim_a11y_view.html +++ b/example-sim_a11y_view.html @@ -492,7 +492,7 @@

PDOM & Descriptions for Example Simulation

const simFrame = document.getElementById( 'iframe' ); const innerWindow = simFrame.contentWindow; - const PDOMRoot = innerWindow.phet.joist.sim.display.accessibleDOMElement; // copy of the parallel DOM + const PDOMRoot = innerWindow.phet.joist.display.accessibleDOMElement; // copy of the parallel DOM // get the alert dom elements from the iframe's inner document const ariaLiveElementsContainer = innerWindow.phet.joist.sim.utteranceQueue.getAriaLiveContainer();