Skip to content

Commit

Permalink
update PhET-iO API files, phetsims/axon#267
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 25, 2019
1 parent f00751f commit c48e7e6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions js/phet-io/beers-law-lab-phet-io-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"NumberIO"
Expand Down Expand Up @@ -1067,7 +1067,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"BeersLawSolutionIO"
Expand Down Expand Up @@ -1111,7 +1111,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"BooleanIO"
Expand Down Expand Up @@ -1155,7 +1155,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"NullableIO<BooleanIO>"
Expand Down Expand Up @@ -1199,7 +1199,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"NullableIO<FocusIO>"
Expand Down Expand Up @@ -1243,7 +1243,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"NullableIO<NumberIO>"
Expand Down Expand Up @@ -1287,7 +1287,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"NumberIO"
Expand Down Expand Up @@ -1331,7 +1331,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"RangeIO"
Expand Down Expand Up @@ -1375,7 +1375,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"SoluteIO"
Expand Down Expand Up @@ -1419,7 +1419,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"StringIO"
Expand Down Expand Up @@ -1463,7 +1463,7 @@ window.phet.phetio.phetioTypes = assert &&
"returnType": "VoidIO"
},
"setValue": {
"documentation": "Sets the value of the property. If the value differs from the previous value, listeners are notified with the new value.",
"documentation": "Sets the value of the Property. If the value differs from the previous value, listeners are notified with the new value.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"Vector2IO"
Expand Down

0 comments on commit c48e7e6

Please sign in to comment.