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 e3a0fc2 commit 16f3b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions js/reactants-products-and-leftovers-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ define( require => {
team: 'Wendy Adams, Julia Chamberlain, Patricia Loeblein, Emily B. Moore, Robert Parson, Ariel Paul, ' +
'Kathy Perkins',
qualityAssurance: 'Steele Dalton, Bryce Griebenow, Elise Morgan, Oliver Orejola, Benjamin Roberts, Bryan Yoelin'
},
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 @@ -21,6 +21,7 @@
"adapted-from-phet"
],
"accessible": true,
"supportsSound": true,
"simulation": true
},
"eslintConfig": {
Expand Down

0 comments on commit 16f3b74

Please sign in to comment.