Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 22, 2021
1 parent fce85f6 commit 216fd6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions js/lab/view/LabScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ class LabScreenView extends CCKCScreenView {
* @param {Object} [options]
*/
constructor( model, tandem, options ) {
const circuitElementToolFactory = new CircuitElementToolFactory( model.circuit, model.showLabelsProperty, model.viewTypeProperty,
point => this.circuitLayerNode.globalToLocalPoint( point ) );
const circuitElementToolFactory = new CircuitElementToolFactory(
model.circuit,
model.showLabelsProperty,
model.viewTypeProperty,
point => this.circuitLayerNode.globalToLocalPoint( point )
);

const wireToolNode = circuitElementToolFactory.createWireToolNode( CCKCConstants.NUMBER_OF_WIRES, tandem.createTandem( 'wireToolNode' ) );

Expand Down

0 comments on commit 216fd6e

Please sign in to comment.