Skip to content

Commit

Permalink
Removed duplicated tandems in LevelSelectionButton, see phetsims/phet…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 6, 2017
1 parent b47a535 commit cc0655a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/LevelSelectionButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ define( function( require ) {
baseColor: options.baseColor,
cornerRadius: options.cornerRadius,
listener: fireFunction,
tandem: options.tandem

// TODO: if LevelSelectionButton changes to inheritance, this will have to change, see https://github.com/phetsims/vegas/issues/56
tandem: options.tandem.createTandem( 'button' )
};

var button = new RectangularPushButton( buttonOptions );
Expand Down

0 comments on commit cc0655a

Please sign in to comment.