Skip to content

Commit

Permalink
remove parameter from Checkbox toggleAction and grunt update, phetsim…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 19, 2020
1 parent e145d7d commit fcf8dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
4 changes: 2 additions & 2 deletions js/phet-io/molarity-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -6086,7 +6086,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "LinkedElementIO"
},
"molarity.molarityScreen.view.solutionValuesCheckbox.toggleAction": {
"phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:<br/><ol><li>isChecked: BooleanIO</li></ol>",
"phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. No arguments.",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -6096,7 +6096,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioReadOnly": false,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "ActionIO<BooleanIO>"
"phetioTypeName": "ActionIO<>"
},
"molarity.molarityScreen.view.solutionValuesCheckbox.visibleProperty": {
"phetioDocumentation": "Controls whether the Node will be visible (and interactive), see the NodeIO documentation for more details.",
Expand Down
22 changes: 0 additions & 22 deletions js/phet-io/molarity-phet-io-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,6 @@ window.phet.phetio.phetioTypes = assert &&
"supertype": "ObjectIO",
"typeName": "ActionIO<>"
},
"ActionIO<BooleanIO>": {
"documentation": "Executes when an event occurs.",
"events": [
"emitted"
],
"methodOrder": [],
"methods": {
"execute": {
"documentation": "Executes the function the Action is wrapping.",
"invocableForReadOnlyElements": false,
"parameterTypes": [
"BooleanIO"
],
"returnType": "VoidIO"
}
},
"parameterTypes": [
"BooleanIO"
],
"supertype": "ObjectIO",
"typeName": "ActionIO<BooleanIO>"
},
"ActionIO<EventIO>": {
"documentation": "Executes when an event occurs.",
"events": [
Expand Down

0 comments on commit fcf8dd9

Please sign in to comment.