Skip to content

Commit

Permalink
Remove overrides of ResetAllButton touchAreaDilation, see phetsims/ta…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 24, 2019
1 parent 304829c commit 20d3558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/friction/view/FrictionScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ define( function( require ) {
radius: 22,
x: model.width * 0.94,
y: model.height * 0.9,
touchAreaDilation: 5,
tandem: tandem.createTandem( 'resetAllButton' )
} );
this.addChild( resetAllButton );
Expand Down

0 comments on commit 20d3558

Please sign in to comment.