diff --git a/js/molarity/model/SoluteIO.js b/js/molarity/model/SoluteIO.js index 09078bf8..6020455a 100644 --- a/js/molarity/model/SoluteIO.js +++ b/js/molarity/model/SoluteIO.js @@ -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