Skip to content

Commit

Permalink
Add missing semicolons, see phetsims/chipper#1275
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 11, 2022
1 parent 6016329 commit b08ba52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/buttons/RectangularRadioButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default class RectangularRadioButton<T> extends RectangularButton {
public dispose(): void {
this.disposeFlatAppearanceStrategy();
}
}
};

/**
* ContentAppearanceStrategy is a value for RectangularRadioButton options.contentAppearanceStrategy. It changes
Expand Down Expand Up @@ -330,7 +330,7 @@ export default class RectangularRadioButton<T> extends RectangularButton {
public dispose(): void {
this.disposeContentAppearanceStrategy();
}
}
};
}

sun.register( 'RectangularRadioButton', RectangularRadioButton );

0 comments on commit b08ba52

Please sign in to comment.