Skip to content

Commit

Permalink
update TODO pointers, phetsims/phet-core#128
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 9, 2023
1 parent d52a904 commit 6c84ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/GreenhouseEffectObservationWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class GreenhouseEffectObservationWindow extends Node {
super();

// StrictOmit for nested options is required when you don't provide defaults for them, see
// https://github.com/phetsims/chipper/issues/1128
// https://github.com/phetsims/phet-core/issues/128
const options = optionize<GreenhouseEffectObservationWindowOptions, StrictOmit<SelfOptions, 'fluxMeterNodeOptions'>, NodeOptions>()( {

// default position in the GreenhouseEffect sim
Expand Down

0 comments on commit 6c84ad0

Please sign in to comment.