Skip to content

Commit

Permalink
Update documentation, see phetsims/axon#336
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and jessegreenberg committed Apr 21, 2021
1 parent e02db4e commit 83012f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/photon-absorption/model/PhotonAbsorptionModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function PhotonAbsorptionModel( initialPhotonTarget, tandem ) {
} ); // Elements are of type Molecule.

// @public (read-only) {Emitter} - emitter for when a photon is emitted from the emission point - useful in addition
// to the photons ObservableArray because this is specifically for photon emission from the light source
// to the photons ObservableArrayDef because this is specifically for photon emission from the light source
this.photonEmittedEmitter = new Emitter( { parameters: [ { valueType: Photon } ] } );

// @public - Emits when the model has been reset
Expand Down

0 comments on commit 83012f3

Please sign in to comment.