From 04be49448eb7351f6f397ee3f418ee429265db0e Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 7 May 2019 13:12:37 -0800 Subject: [PATCH] always instrument the focusProperty, https://github.com/phetsims/scenery/issues/936 --- ...rgy-skate-park-basics-phet-io-elements-baseline.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/js/phet-io/energy-skate-park-basics-phet-io-elements-baseline.js b/js/phet-io/energy-skate-park-basics-phet-io-elements-baseline.js index ea1b57aa..6f470724 100644 --- a/js/phet-io/energy-skate-park-basics-phet-io-elements-baseline.js +++ b/js/phet-io/energy-skate-park-basics-phet-io-elements-baseline.js @@ -6623,6 +6623,17 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, + "energySkateParkBasics.general.focusProperty": { + "phetioDocumentation": "Stores the current focus for the simulation, null if there is not focus. This is not updated based on mouse or touch input, only keyboard and other alternative inputs.", + "phetioEventType": "model", + "phetioFeatured": false, + "phetioHighFrequency": false, + "phetioPlayback": false, + "phetioReadOnly": true, + "phetioState": false, + "phetioStudioControl": true, + "phetioTypeName": "PropertyIO.>" + }, "energySkateParkBasics.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",