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 b26a889 commit 486f726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lab/view/LabScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 486f726

Please sign in to comment.