Skip to content

Commit

Permalink
delete pointerAreasOverTrack option, phetsims/scenery-phet#261
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 23, 2016
1 parent e210e34 commit bb89fce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/view/WavelengthControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ define( function( require ) {
trackHeight: 20,
tweakersVisible: false,
valueVisible: false,
thumbTouchAreaYDilation: 4,
pointerAreasOverTrack: true
thumbTouchAreaYDilation: 4
} );

var formattedString = StringUtils.format( wavelengthPatternString, Util.roundSymmetric( wavelengthPropertyNM.value ) );
Expand Down

0 comments on commit bb89fce

Please sign in to comment.