Skip to content

Commit

Permalink
grunt update
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 22, 2019
1 parent e959191 commit 0309c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/phet-io/gravity-force-lab-phet-io-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 0309c90

Please sign in to comment.