Skip to content

Commit

Permalink
Merge pull request #477 from erikjreid/master
Browse files Browse the repository at this point in the history
Remove extraneous JSDoc
  • Loading branch information
samreid authored Nov 13, 2022
2 parents 54d6ab9 + 5fbda67 commit a81b524
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/common/view/CheckboxPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ type CheckboxPanelOptions = SelfOptions & VerticalCheckboxGroupOptions;

class CheckboxPanel extends VerticalCheckboxGroup {

/**
* @param model
* @param [providedOptions]
*/
public constructor( model: GravityAndOrbitsModel, providedOptions?: CheckboxPanelOptions ) {

const items: VerticalCheckboxGroupItem[] = [ {
Expand Down

0 comments on commit a81b524

Please sign in to comment.