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

PDOM & Descriptions for {{PHET_SIM_TITLE}}

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();