Skip to content

Commit

Permalink
Apply WebStorm formatting, see phetsims/phet-info#155
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 26, 2021
1 parent 1c427fe commit 295e198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/faradays-law/view/MagnetNodeWithField.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down

0 comments on commit 295e198

Please sign in to comment.