Skip to content

Commit

Permalink
rename thingToGrab -> objectToGrabString, see phetsims/scenery-phet#447
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jan 2, 2019
1 parent 3bf0dfb commit 78fbd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/balloons-and-static-electricity/view/BalloonNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ define( function( require ) {
// attach the GrabDragInteraction to the image node, which is a child of this node so that the accessible
// content for the interaction is underneath this node
var grabDragInteraction = new GrabDragInteraction( balloonImageNode, {
thingToGrab: accessibleLabelString,
objectToGrabString: accessibleLabelString,
dragCueNode: interactionCueNode,

grabCueOptions: {
Expand Down

0 comments on commit 78fbd4d

Please sign in to comment.