Skip to content

Commit

Permalink
Convert AccordionBox to TypeScript, see phetsims/sun#738
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 13, 2022
1 parent 7d75309 commit fc5683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/PhetioObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class PhetioObject {
* @param event - the name of the event
* @param [options]
*/
phetioStartEvent( event: string, options: any ): void {
phetioStartEvent( event: string, options?: any ): void {
if ( PHET_IO_ENABLED && this.isPhetioInstrumented() ) {

// only one or the other can be provided
Expand Down

0 comments on commit fc5683d

Please sign in to comment.