Skip to content

Commit

Permalink
ComboBoxListBox to have read-only sub-Properties because it listens t…
Browse files Browse the repository at this point in the history
…o Node, phetsims/sun#587
  • Loading branch information
zepumph committed Apr 16, 2020
1 parent 0355003 commit c6c7004
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions js/phet-io/gases-intro-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -3805,7 +3805,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "NumberPropertyIO"
Expand All @@ -3818,7 +3818,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<NullableIO<BooleanIO>>"
Expand Down Expand Up @@ -7146,7 +7146,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "NumberPropertyIO"
Expand All @@ -7159,7 +7159,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<NullableIO<BooleanIO>>"
Expand Down Expand Up @@ -8043,7 +8043,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "NumberPropertyIO"
Expand All @@ -8056,7 +8056,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<NullableIO<BooleanIO>>"
Expand Down Expand Up @@ -9421,7 +9421,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "NumberPropertyIO"
Expand All @@ -9434,7 +9434,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<NullableIO<BooleanIO>>"
Expand Down Expand Up @@ -13477,7 +13477,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "NumberPropertyIO"
Expand All @@ -13490,7 +13490,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<NullableIO<BooleanIO>>"
Expand Down Expand Up @@ -14374,7 +14374,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "NumberPropertyIO"
Expand All @@ -14387,7 +14387,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<NullableIO<BooleanIO>>"
Expand Down

0 comments on commit c6c7004

Please sign in to comment.