Skip to content

Commit

Permalink
reply to REVIEW comment, #269
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Dec 19, 2018
1 parent 4129346 commit 6641677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/LightScene.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define( require => {
//REVIEW The reference is read only, but clients can call mutators on it. So how should it be marked?
//REVIEW^ With the exception of Property, I believe the PhET convention is that 'read-only' applies to assignment, not mutation. I added doc.
// @public (read-only) {IntensitySample} reads out the intensity on the right hand side of the lattice
// While this is annotated as 'read-only', it can be mutated by clients.
// While this is annotated as 'read-only' for assignment, it can be mutated by clients.
this.intensitySample = new IntensitySample( this.lattice );
}

Expand Down

0 comments on commit 6641677

Please sign in to comment.