From 295e1988bb72d08b48b4fcae0cfb7494e89cd911 Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 26 Feb 2021 07:40:53 -0700 Subject: [PATCH] Apply WebStorm formatting, see https://github.com/phetsims/phet-info/issues/155 --- js/faradays-law/view/MagnetNodeWithField.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/faradays-law/view/MagnetNodeWithField.js b/js/faradays-law/view/MagnetNodeWithField.js index d052c27e..0b93267f 100644 --- a/js/faradays-law/view/MagnetNodeWithField.js +++ b/js/faradays-law/view/MagnetNodeWithField.js @@ -214,7 +214,7 @@ class MagnetNodeWithField extends Node { // Set up keyboard grab/drag interaction. Note that, while GrabDragInteraction supports management of the drag cue, // this capability is not used here, and the drag cue is managed elsewhere. That's because the drag cue (the four // arrows) needed to be visible at times that were not entirely under the control of GrabDragInteraction. - const grabDragInteraction = new GrabDragInteraction( draggableNode, keyboardDragListener,{ + const grabDragInteraction = new GrabDragInteraction( draggableNode, keyboardDragListener, { objectToGrabString: barMagnetString, listenersForDragState: [ magnetJumpKeyboardListener ], listenersForGrabState: [ focusListener ],