diff --git a/js/intro/view/IntroView.js b/js/intro/view/IntroView.js index 1002c92..ff7370e 100644 --- a/js/intro/view/IntroView.js +++ b/js/intro/view/IntroView.js @@ -56,7 +56,6 @@ define( function( require ) { this.addChild( new ResetAllButton( { listener: model.reset.bind( model ), radius: 24, - touchAreaRadius: 24 * 1.3, right: this.layoutBounds.maxX - 2, bottom: this.layoutBounds.maxY - 2 } ) );