From d5cbe23db96693be94e37e6dc9245164d016320c Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 7 May 2019 21:12:32 -0800 Subject: [PATCH] update documentation string in api, 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 a1cfeae4..a22c2e99 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": "Stores the focus for the simulation. This is not updated based on mouse or touch input, only keyboard and other alternative inputs.", + "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,