From 683c4f32ba32d2e60950cec1cf436d0905c9cd02 Mon Sep 17 00:00:00 2001 From: zepumph Date: Mon, 6 May 2019 17:19:42 -0800 Subject: [PATCH] instrument Display.focusProperty for all a11y sims, not just based on query parameter, https://github.com/phetsims/scenery/issues/936 --- ...vity-force-lab-basics-phet-io-elements-baseline.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/js/phet-io/gravity-force-lab-basics-phet-io-elements-baseline.js b/js/phet-io/gravity-force-lab-basics-phet-io-elements-baseline.js index 918f41f..40af92e 100644 --- a/js/phet-io/gravity-force-lab-basics-phet-io-elements-baseline.js +++ b/js/phet-io/gravity-force-lab-basics-phet-io-elements-baseline.js @@ -342,6 +342,17 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, + "gravityForceLabBasics.general.focusProperty": { + "phetioDocumentation": "", + "phetioEventType": "model", + "phetioFeatured": false, + "phetioHighFrequency": false, + "phetioPlayback": false, + "phetioReadOnly": true, + "phetioState": false, + "phetioStudioControl": true, + "phetioTypeName": "PropertyIO.>" + }, "gravityForceLabBasics.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",