Skip to content

Commit

Permalink
Eliminate completed TODO, see phetsims/tandem#212
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 30, 2020
1 parent 304095e commit 5082e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/EnumerationIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const EnumerationIO = enumeration => {
const additionalDocs = enumeration.phetioDocumentation ? ` ${enumeration.phetioDocumentation}` : '';

cacheMap.set( enumeration, new IOType( `EnumerationIO(${valueNames.join( '|' )})`, {
valueType: enumeration, // TODO: https://github.com/phetsims/tandem/issues/212 is this correct?
valueType: enumeration,
documentation: `Possible values: ${valueNames}.${additionalDocs}`,
toStateObject: value => toStateObjectImpl( value ),
fromStateObject: stateObject => {
Expand Down

0 comments on commit 5082e52

Please sign in to comment.