Skip to content

Commit

Permalink
apply fixes for allow-parens as needed lint rule, phetsims/chipper#790
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 19, 2019
1 parent 13d862e commit 81cd570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/simula-rasa/SimulaRasaScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define( require => {

super(
() => new SimulaRasaModel( tandem.createTandem( 'model' ) ),
( model ) => new SimulaRasaScreenView( model, tandem.createTandem( 'view' ) ),
model => new SimulaRasaScreenView( model, tandem.createTandem( 'view' ) ),
options
);
}
Expand Down

0 comments on commit 81cd570

Please sign in to comment.