Skip to content

Commit

Permalink
Formatting, see #397
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 9, 2021
1 parent c98f0e1 commit 1b9dc13
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions js/common/view/BendingLightScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,17 @@ class BendingLightScreenView extends ScreenView {
const showRotationDragHandlesProperty = new Property( false );
const showTranslationDragHandlesProperty = new Property( false );

const laserNode = new LaserNode( this.modelViewTransform, bendingLightModel.laser, showRotationDragHandlesProperty,
showTranslationDragHandlesProperty, options.clampDragAngle, laserTranslationRegion, laserRotationRegion,
laserHasKnob, this.visibleBoundsProperty, this.occlusionHandler
const laserNode = new LaserNode(
this.modelViewTransform,
bendingLightModel.laser,
showRotationDragHandlesProperty,
showTranslationDragHandlesProperty,
options.clampDragAngle,
laserTranslationRegion,
laserRotationRegion,
laserHasKnob,
this.visibleBoundsProperty,
this.occlusionHandler
);

// add laser node rotation and translation arrows in array, to move them to front of all other nodes in prism screen
Expand Down

0 comments on commit 1b9dc13

Please sign in to comment.