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 16ba0b1 commit 0cd9f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ohms-law_a11y_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ <h3>PDOM & Descriptions for Ohm's Law</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 0cd9f75

Please sign in to comment.