Closed amanda-phet closed 4 years ago
I made the update.
Over to you @pixelzoom
Note to self: I need to create branch "natural-selection-1.2" of phet-io-client-guides, then cherry-pick 7323b2abc1dfd52a1b77aa020de7ec3c7e7ce414 to that branch.
Patched and tested in the 1.2 branch. Ready for testing in the next 1.2 RC.
Verify on 1 platform using these steps:
naturalSelection.introScreen.view.addMutationsPanel.teethsRow.visibleProperty
is NOT presentnaturalSelection.introScreen.view.addMutationsPanel.teethRow.visibleProperty
IS presentWhile testing 1.2.0-rc.2, I found 0 instances of naturalSelection.introScreen.view.addMutationsPanel.teethsRow.visibleProperty
in the client request guide, and 1 instance of naturalSelection.introScreen.view.addMutationsPanel.teethRow.visibleProperty
. Closing.
@loganbraywork found a typo in client-requests.md.
Where it says
naturalSelection.introScreen.view.addMutationsPanel.teethsRow.visibleProperty
it should saynaturalSelection.introScreen.view.addMutationsPanel.teethRow.visibleProperty
.This will need to be branched and patched.