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 authored and chrisklus committed Jun 2, 2021
1 parent f844322 commit 9710b49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/make-a-ten/common/view/MakeATenCommonView.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ define( function( require ) {

// @protected {ResetAllButton}
this.resetAllButton = new ResetAllButton( {
touchAreaDilation: 8,
listener: function() {
model.reset();
self.reset();
Expand Down

0 comments on commit 9710b49

Please sign in to comment.