Skip to content

Commit

Permalink
removed todo, phetsims/axon#226
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 27, 2019
1 parent 1b59320 commit 79f337d
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 @@ -44,7 +44,7 @@ define( function( require ) {
documentation: 'Gets the possible values of the enumeration.'
}
}, {
validator: { valueType: Object },// TODO: https://github.com/phetsims/axon/issues/226
validator: ObjectIO.validator,
documentation: 'Enumeration pattern that provides a fixed set of possible values',

// Used to generate the unique parametric typename for each EnumerationIO
Expand Down

0 comments on commit 79f337d

Please sign in to comment.