Skip to content

Commit

Permalink
Update docs, see #228
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 31, 2019
1 parent cc4eb84 commit d032a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ValidatorDef.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ define( require => {
return false;
}

// See https://github.com/phetsims/axon/issues/201
// Check valueType, which can be an array, string, type, or null
if ( validator.hasOwnProperty( 'valueType' ) ) {
const valueType = validator.valueType;
if ( Array.isArray( valueType ) ) {
Expand Down

0 comments on commit d032a83

Please sign in to comment.