Skip to content

Commit

Permalink
moved the flags for turning on sound from Sim.js options to package.j…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 12, 2019
1 parent ff3485e commit 172d481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions js/area-model-multiplication-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ define( require => {
team: 'Karina Hensberry, Susan Miller, Ariel Paul, Kathy Perkins, Oliver Nix',
qualityAssurance: 'Steele Dalton, Bryce Griebenow, Ethan Johnson, Liam Mulhall, Ben Roberts, Jacob Romero, Ethan Ward, Clara Wilson, Kathryn Woessner',
graphicArts: 'Mariah Hermsmeyer, Amanda McGarry, Diana L\u00f3pez Tavares'
},
supportsSound: true
}
};

SimLauncher.launch( function() {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"phet",
"adapted-from-phet"
],
"supportsSound": true,
"simulation": true
},
"eslintConfig": {
Expand Down

0 comments on commit 172d481

Please sign in to comment.