Skip to content

Commit f1d9401

Browse files
samreidjessegreenberg
authored andcommitted
1 parent e1c916e commit f1d9401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/photon-absorption/model/Molecule.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Molecule {
6868
tandem: Tandem.OPTIONAL // not needed when part of the selection radio buttons.
6969
}, options );
7070

71-
// TODO: Instrument using PhetioGroup, see https://github.com/phetsims/tandem/issues/87
71+
// TODO (phet-io): Should this be an assertion? Why is this here?
7272
options.tandem = Tandem.OPTIONAL;
7373

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

0 commit comments

Comments
 (0)