Skip to content

Commit

Permalink
john travoltage regression test, phetsims/scenery#753
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 8, 2018
1 parent 9957248 commit e1d596a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions js/john-travoltage/view/AppendageNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ define( function( require ) {
inputType: 'range',
ariaRole: 'slider',
focusable: true,
appendLabel: true,
containerTagName: 'div',
keyboardMidPointOffset: 0 // adjust center position of accessible slider, to align important locations at center
}, options );
Expand Down
6 changes: 2 additions & 4 deletions js/john-travoltage/view/JohnTravoltageView.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ define( function( require ) {
containerAriaRole: 'none',
tagName: 'div',
labelTagName: 'h2',
labelContent: playAreaString,
prependLabels: true
labelContent: playAreaString
} );
this.addChild( playAreaNode );

Expand All @@ -114,8 +113,7 @@ define( function( require ) {
tagName: 'div',
ariaRole: 'none',
labelTagName: 'h2',
labelContent: controlPanelString,
prependLabels: true
labelContent: controlPanelString
} );
this.addChild( controlPanelNode );

Expand Down

0 comments on commit e1d596a

Please sign in to comment.