Skip to content

Commit

Permalink
instrument Display.focusProperty for all a11y sims, not just based on…
Browse files Browse the repository at this point in the history
… query parameter, phetsims/scenery#936
  • Loading branch information
zepumph committed May 7, 2019
1 parent 353af49 commit 8422f26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions js/phet-io/john-travoltage-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,17 @@ window.phet.phetio.phetioElementsBaseline =
"phetioStudioControl": true,
"phetioTypeName": "ActionIO.<DOMEventIO>"
},
"johnTravoltage.general.focusProperty": {
"phetioDocumentation": "",
"phetioEventType": "model",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": true,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<NullableIO.<FocusIO>>"
},
"johnTravoltage.general.phetioCommandProcessor": {
"phetioDocumentation": "Processes messages from the wrapper frame and returns the results. This serves as the source of PhET-iO data stream messages when commands are invoked from the wrapper.",
"phetioEventType": "model",
Expand Down

0 comments on commit 8422f26

Please sign in to comment.