From a0f2f0910171a9e86fdb740b79098259c6bf9405 Mon Sep 17 00:00:00 2001 From: zepumph Date: Mon, 6 May 2019 17:19:43 -0800 Subject: [PATCH] instrument Display.focusProperty for all a11y sims, not just based on query parameter, https://github.com/phetsims/scenery/issues/936 --- .../resistance-in-a-wire-phet-io-elements-baseline.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/js/phet-io/resistance-in-a-wire-phet-io-elements-baseline.js b/js/phet-io/resistance-in-a-wire-phet-io-elements-baseline.js index b54000c..a3f1f14 100644 --- a/js/phet-io/resistance-in-a-wire-phet-io-elements-baseline.js +++ b/js/phet-io/resistance-in-a-wire-phet-io-elements-baseline.js @@ -353,6 +353,17 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, + "resistanceInAWire.general.focusProperty": { + "phetioDocumentation": "", + "phetioEventType": "model", + "phetioFeatured": false, + "phetioHighFrequency": false, + "phetioPlayback": false, + "phetioReadOnly": true, + "phetioState": false, + "phetioStudioControl": true, + "phetioTypeName": "PropertyIO.>" + }, "resistanceInAWire.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",