From 78fbd4d61d41f21f2277d31fac9bb5c7955d2e95 Mon Sep 17 00:00:00 2001 From: Jesse Date: Wed, 2 Jan 2019 16:26:03 -0500 Subject: [PATCH] rename thingToGrab -> objectToGrabString, see phetsims/scenery-phet#447 --- js/balloons-and-static-electricity/view/BalloonNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/balloons-and-static-electricity/view/BalloonNode.js b/js/balloons-and-static-electricity/view/BalloonNode.js index 76390212..a3e6b06a 100644 --- a/js/balloons-and-static-electricity/view/BalloonNode.js +++ b/js/balloons-and-static-electricity/view/BalloonNode.js @@ -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: {