Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 24, 2018
1 parent 2153f44 commit 494bad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/NavigationBarScreenButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ define( function( require ) {
isPressedProperty: this.buttonModel.downProperty,
isOverProperty: this.buttonModel.overProperty
} );
this.addInputListener( pressListener.a11yListener );
this.addInputListener( pressListener );
this.addAccessibleInputListener( pressListener.a11yListener );

var text = new Text( screen.name, {
Expand Down

0 comments on commit 494bad0

Please sign in to comment.