Skip to content

Commit

Permalink
Manual fix, see #1199
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Apr 21, 2021
1 parent 1e1bf32 commit 4a6cb17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/input/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ define( require => {
tandem: options.tandem.createTandem( 'gotPointerCaptureAction' ),
parameters: [
{ name: 'id', phetioType: NumberIO },
{ name: 'event', phetioType: DOMEventIO }
{ name: 'event', phetioType: EventIO }
],
phetioEventType: EventType.USER,
phetioDocumentation: 'Emits when a pointer is captured (normally at the start of an interaction)',
Expand All @@ -565,7 +565,7 @@ define( require => {
tandem: options.tandem.createTandem( 'lostPointerCaptureAction' ),
parameters: [
{ name: 'id', phetioType: NumberIO },
{ name: 'event', phetioType: DOMEventIO }
{ name: 'event', phetioType: EventIO }
],
phetioEventType: EventType.USER,
phetioDocumentation: 'Emits when a pointer loses its capture (normally at the end of an interaction)',
Expand Down

0 comments on commit 4a6cb17

Please sign in to comment.