From 0309c909be9b6e477fbb622cbdd993af210634ef Mon Sep 17 00:00:00 2001 From: zepumph Date: Wed, 21 Aug 2019 17:59:50 -0800 Subject: [PATCH] grunt update --- js/phet-io/gravity-force-lab-phet-io-types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/phet-io/gravity-force-lab-phet-io-types.js b/js/phet-io/gravity-force-lab-phet-io-types.js index b9a1c58d..e6a4f489 100644 --- a/js/phet-io/gravity-force-lab-phet-io-types.js +++ b/js/phet-io/gravity-force-lab-phet-io-types.js @@ -1175,7 +1175,7 @@ window.phet.phetio.phetioTypes = assert && ], "methods": { "addEventListener": { - "documentation": "Adds a listener to the PhET-iO dataStream, which can be used to respond to events or for data analysis. Unlike Client.launchSim( {onEvent} ) which is called recursively for each child event, this is only called with top-level events.", + "documentation": "Adds a listener to the PhET-iO dataStream, which can be used to respond to events or for data analysis. Unlike Client.launchSim( {onEvent} ) which is called recursively for each parsed child event, this is only called with stringified top-level events.", "parameterTypes": [ "FunctionIO.(ObjectIO)=>VoidIO" ],