Skip to content

Commit

Permalink
Revert common code Node to be Tandem.optional, see phetsims/blackbody…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Apr 25, 2019
1 parent a96b2d7 commit 1daf20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/WavelengthSpectrumNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define( function( require ) {
options = _.extend( {
minWavelength: VisibleColor.MIN_WAVELENGTH,
maxWavelength: VisibleColor.MAX_WAVELENGTH,
tandem: Tandem.required
tandem: Tandem.optional
}, options );

// validation
Expand Down

0 comments on commit 1daf20f

Please sign in to comment.