Skip to content

Commit

Permalink
Updated review comment, see #269
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 20, 2018
1 parent 347d434 commit e173cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/WaveInterferenceControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ define( require => {
intensityCheckbox.mouseArea = intensityCheckbox.localBounds.dilated( 2 ).withX( separator.right );
intensityCheckbox.touchArea = intensityCheckbox.mouseArea;

//REVIEW^ worthy of factoring out into its own class file, SceneRadioButtonGroup?
//REVIEW worthy of factoring out into its own class file, SceneRadioButtonGroup?
//REVIEW* I added SceneRadioButtonGroup.js, please review
const sceneRadioButtonGroup = new SceneRadioButtonGroup(
model.waterScene,
Expand Down

0 comments on commit e173cff

Please sign in to comment.