Skip to content

Commit

Permalink
rename validators -> parameters, phetsims/axon#257
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2019
1 parent e3dba2e commit 1d9d5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/ariaHerald.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ define( require => {
this.initialized = true;

this.announcingEmitter = new Emitter( {
validators: [ { valueType: 'string' } ]
parameters: [ { valueType: 'string' } ]
} );

// no need to be removed, exists for the lifetime of the simulation.
Expand Down

0 comments on commit 1d9d5b7

Please sign in to comment.