Skip to content

Commit

Permalink
rename tandem constants to REQUIRED, OPTIONAL, OPT_OUT, GLOBAL, GENER…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 12, 2019
1 parent 254af7d commit af028fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/FiniteStatusBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ define( require => {
challengeTextOptions: null, // passed to the "Challenge N of M" text

// phet-io
tandem: Tandem.required
tandem: Tandem.REQUIRED
}, options );

// nested options for score display
Expand Down
2 changes: 1 addition & 1 deletion js/LevelCompletedNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ define( require => {
buttonFill: new Color( 255, 255, 0 ),
starDiameter: 62,
contentMaxWidth: null, // {number|null} - Will apply as maxWidth to every interior component individually.
tandem: Tandem.required
tandem: Tandem.REQUIRED
}, options );

// nodes to be added to the panel
Expand Down
2 changes: 1 addition & 1 deletion js/LevelSelectionButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ define( require => {
bestTimeYSpacing: 10, // vertical space between drop shadow and best time

// Tandem
tandem: Tandem.required
tandem: Tandem.REQUIRED
}, options );

Node.call( this );
Expand Down

0 comments on commit af028fc

Please sign in to comment.