Skip to content

Commit

Permalink
Review of IO Type, phetsims/tandem#217
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 26, 2020
1 parent 92e0fe1 commit 63ab564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/input/SceneryEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class SceneryEvent {

SceneryEvent.SceneryEventIO = new IOType( 'SceneryEventIO', {
valueType: SceneryEvent,
documentation: 'An event, with a point',
documentation: 'An event, with a "point" field',
toStateObject: event => {

const eventObject = {
Expand Down

0 comments on commit 63ab564

Please sign in to comment.