Skip to content

Commit

Permalink
rename playAreaNode -> pdomPlayAreaNode, override setChildren to keep…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 29, 2019
1 parent 84df927 commit e27ebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/molarity/view/MolarityScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ define( require => {
solutionControlsNode.accessibleOrder = [ soluteAmountSlider, solutionVolumeSlider ];

// a11y - heading and accessible order for play area section of PDOM
this.playAreaNode.accessibleOrder = [
this.pdomPlayAreaNode.accessibleOrder = [
beakerNode,
solutionControlsNode,
soluteComboBox,
Expand Down

0 comments on commit e27ebf7

Please sign in to comment.