Skip to content

Commit

Permalink
Add TODO for using PhetioGroup, see phetsims/tandem#87
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Nov 13, 2019
1 parent 6aa7eba commit ea84b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/photon-absorption/model/Molecule.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ define( require => {
tandem: Tandem.optional // not needed when part of the selection radio buttons.
}, options );

// TODO: Support instrumented element that is dynamic/lazily created, see https://github.com/phetsims/phet-io/issues/1454
// TODO: Instrument using PhetioGroup, see https://github.com/phetsims/tandem/issues/87
options.tandem = Tandem.optional;

this.highElectronicEnergyStateProperty = new BooleanProperty( false, !options.isForIcon ? {
Expand Down

0 comments on commit ea84b05

Please sign in to comment.