Skip to content

Commit

Permalink
apply fixes for allow-parens as needed lint rule, phetsims/chipper#790
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2019
1 parent 1d9d5b7 commit b9588e2
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 @@ -80,7 +80,7 @@ define( require => {
} );

// no need to be removed, exists for the lifetime of the simulation.
this.announcingEmitter.addListener( ( textContent ) => {
this.announcingEmitter.addListener( textContent => {
const element = ariaLiveElements[ this.elementIndex ];
this.updateLiveElement( element, textContent );

Expand Down

0 comments on commit b9588e2

Please sign in to comment.