From 91c08fd0f0cfc6a295c0112dc0d8db269a8c2b81 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 7 May 2019 13:12:35 -0800 Subject: [PATCH] always instrument the focusProperty, https://github.com/phetsims/scenery/issues/936 --- ...balloons-and-static-electricity-phet-io-elements-baseline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/phet-io/balloons-and-static-electricity-phet-io-elements-baseline.js b/js/phet-io/balloons-and-static-electricity-phet-io-elements-baseline.js index a1a0b97c..a1cfeae4 100644 --- a/js/phet-io/balloons-and-static-electricity-phet-io-elements-baseline.js +++ b/js/phet-io/balloons-and-static-electricity-phet-io-elements-baseline.js @@ -20528,7 +20528,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioTypeName": "ActionIO." }, "balloonsAndStaticElectricity.general.focusProperty": { - "phetioDocumentation": "", + "phetioDocumentation": "Stores the focus for the simulation. This is not updated based on mouse or touch input, only keyboard and other alternative inputs.", "phetioEventType": "model", "phetioFeatured": false, "phetioHighFrequency": false,