Skip to content

Commit

Permalink
Merge PreferencesConfiguration.ts in PreferencesModel as its options …
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 22, 2022
1 parent 9d95fcc commit e543f70
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions js/john-travoltage-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* @author Vasily Shakhov (Mlearner)
*/

import PreferencesConfiguration from '../../joist/js/preferences/PreferencesConfiguration.js';
import Sim from '../../joist/js/Sim.js';
import simLauncher from '../../joist/js/simLauncher.js';
import Tandem from '../../tandem/js/Tandem.js';
Expand Down Expand Up @@ -39,10 +38,7 @@ const simOptions = {
thanks: 'Thanks to Mobile Learner Labs for working with the PhET development team ' +
'to convert this simulation to HTML5.'
},
hasKeyboardHelpContent: true,

// include a PreferencesDialog, with defaults specified in package.json
preferencesConfiguration: new PreferencesConfiguration()
hasKeyboardHelpContent: true
};

//Create and start the sim
Expand Down

0 comments on commit e543f70

Please sign in to comment.