Skip to content

Commit

Permalink
update positionProperty range and documentation, phetsims/gravity-for…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 7, 2020
1 parent 2fed71d commit f06479c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/phet-io/coulombs-law-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "PropertyIO<RangeIO>"
},
"coulombsLaw.atomicScreen.coulombsLawAtomicScreen.model.charge1.positionProperty": {
"phetioDocumentation": "The position of the object along the track, in meters.",
"phetioDocumentation": "The position of the object along the track, in meters. The origin is in the center between the two objects.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
Expand Down Expand Up @@ -132,7 +132,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "PropertyIO<RangeIO>"
},
"coulombsLaw.atomicScreen.coulombsLawAtomicScreen.model.charge2.positionProperty": {
"phetioDocumentation": "The position of the object along the track, in meters.",
"phetioDocumentation": "The position of the object along the track, in meters. The origin is in the center between the two objects.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
Expand Down Expand Up @@ -7152,7 +7152,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "PropertyIO<RangeIO>"
},
"coulombsLaw.macroScreen.coulombsLawMacroScreen.model.charge1.positionProperty": {
"phetioDocumentation": "The position of the object along the track, in meters.",
"phetioDocumentation": "The position of the object along the track, in meters. The origin is in the center between the two objects.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
Expand Down Expand Up @@ -7230,7 +7230,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "PropertyIO<RangeIO>"
},
"coulombsLaw.macroScreen.coulombsLawMacroScreen.model.charge2.positionProperty": {
"phetioDocumentation": "The position of the object along the track, in meters.",
"phetioDocumentation": "The position of the object along the track, in meters. The origin is in the center between the two objects.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
Expand Down

0 comments on commit f06479c

Please sign in to comment.