Skip to content

Commit

Permalink
rename phet.joist.sim.display -> phet.joist.display, phetsims/joist#684
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 22, 2021
1 parent 509a578 commit 17b4392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waves-intro_a11y_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ <h3>PDOM & Descriptions for Waves Intro</h3>

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

0 comments on commit 17b4392

Please sign in to comment.