Skip to content

Commit

Permalink
Move IO Type to core file, see phetsims/tandem#212
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and jessegreenberg committed Apr 21, 2021
1 parent d2b6a04 commit a168324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/moleculesandlight/view/MoleculesAndLightScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Display from '../../../../scenery/js/display/Display.js';
import Rectangle from '../../../../scenery/js/nodes/Rectangle.js';
import Text from '../../../../scenery/js/nodes/Text.js';
import RectangularPushButton from '../../../../sun/js/buttons/RectangularPushButton.js';
import DialogIO from '../../../../sun/js/DialogIO.js';
import Dialog from '../../../../sun/js/Dialog.js';
import Playable from '../../../../tambo/js/Playable.js';
import stepForwardSoundPlayer from '../../../../tambo/js/shared-sound-players/stepForwardSoundPlayer.js';
import soundManager from '../../../../tambo/js/soundManager.js';
Expand Down Expand Up @@ -174,7 +174,7 @@ function MoleculesAndLightScreenView( photonAbsorptionModel, tandem ) {
return new LightSpectrumDialog( spectrumButtonLabel, tandem );
}, [], {
tandem: tandem.createTandem( 'lightSpectrumDialogCapsule' ),
phetioType: PhetioCapsuleIO( DialogIO )
phetioType: PhetioCapsuleIO( Dialog.DialogIO )
} );

// Add the button for displaying the electromagnetic spectrum. Scale down the button content when it gets too
Expand Down

0 comments on commit a168324

Please sign in to comment.