From 486f7261013e0c55b27ec1a0c269ffaa6eb2c962 Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 26 Feb 2021 07:39:41 -0700 Subject: [PATCH] Apply WebStorm formatting, see https://github.com/phetsims/phet-info/issues/155 --- js/lab/view/LabScreenView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/lab/view/LabScreenView.js b/js/lab/view/LabScreenView.js index 8cd2c51..b4ba329 100644 --- a/js/lab/view/LabScreenView.js +++ b/js/lab/view/LabScreenView.js @@ -85,7 +85,7 @@ class LabScreenView extends CCKCScreenView { // Check the assumption that the real light bulb tool node remains on the last page, so we can scroll to it // without breaking the modularity of the pagination code. assert && assert( circuitElementToolNodes.indexOf( realLightBulbToolNode ) >= circuitElementToolNodes.length - 5, 'realLightBulbToolNode should be' + - ' on the last page' ); + ' on the last page' ); super( model, circuitElementToolNodes, tandem, merge( { toolboxOrientation: 'vertical', // The toolbox should be vertical