From 39047a9ac8fcc114f03045194e47a6172b5c05ae Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Mon, 25 Mar 2019 18:22:27 -0600 Subject: [PATCH] TODO #51 --- js/molarity/model/SoluteIO.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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