Skip to content

Commit

Permalink
add back in grab cue node, phetsims/scenery-phet#421, #142
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 23, 2018
1 parent 3bebd50 commit f58cca8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/friction/view/book/BookNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ define( function( require ) {
thingToGrab: StringUtils.fillIn( zoomedInChemistryBookPatternString, { zoomedIn: '' } ),
// tandem: tandem.createTandem( 'chemistryBookNodeGrabButton' ), // TODO: handle this

// Empircally determined values to place the cue above the book.
grabCueOptions: {
x: 60,
y: -55
},
// add a11y options for the interactive BookNode
a11yDraggableNodeOptions: {
ariaLabel: bookTitle,
Expand Down

0 comments on commit f58cca8

Please sign in to comment.