Skip to content

Commit

Permalink
TODO #51
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 26, 2019
1 parent 3507683 commit 39047a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/molarity/model/SoluteIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define( function( require ) {

phetioInherit( ObjectIO, 'SoluteIO', SoluteIO, {}, {
documentation: 'The solute for the sim',
validator: { isValidValue: v => v instanceof phet.molarity.Solute },
validator: { isValidValue: v => v instanceof phet.molarity.Solute }, //TODO #51 replace global with require?

/**
* @param {Solute} solute
Expand Down

0 comments on commit 39047a9

Please sign in to comment.