Skip to content

Commit

Permalink
add PreferencesConfiguration.js schema to RaP, phetsims/ratio-and-pro…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 5, 2021
1 parent 55b4003 commit 87d13a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/preferences/PreferencesConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
* @author Jesse Greenberg (PhET Interactive Simulations)
*/

import joist from '../joist.js';
import merge from '../../../phet-core/js/merge.js';
import joist from '../joist.js';

class PreferencesConfiguration {

/**
* @param {Object} [options]
*/
constructor( options ) {
options = merge( {

Expand Down

0 comments on commit 87d13a7

Please sign in to comment.