Skip to content

Commit

Permalink
decided to keep SelectedBunnyProperty, note why #203
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 15, 2020
1 parent 14db8e1 commit 55e50d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/common/model/SelectedBunnyProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
/**
* SelectedBunnyProperty is the Property used for the selected bunny in the Pedigree model.
* A null value indicates that there is no selection.
* REVIEW: Does this subtype exist mainly for assertions of type checking?
*
* This class exists mainly to hide some PhET-iO details, and to simplify type checking when it's passed around
* as an argument to other methods.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
Expand Down

0 comments on commit 55e50d1

Please sign in to comment.