Skip to content

Commit

Permalink
minor formatting, #887
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 19, 2024
1 parent f18a8c3 commit 5ae48f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/accessibility/group-sort/view/GroupSelectView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type SelfOptions<ItemModel, ItemNode extends Node> = {
type ParentOptions = DisposableOptions;
export type GroupSelectViewOptions<ItemModel, ItemNode extends Node> = SelfOptions<ItemModel, ItemNode> & ParentOptions;

export default class GroupSelectView<ItemModel, ItemNode extends Node> extends Disposable {
class GroupSelectView<ItemModel, ItemNode extends Node> extends Disposable {

// Update group highlight dynamically by setting the `shape` of this path.
public readonly groupSortGroupFocusHighlightPath: Path;
Expand Down Expand Up @@ -335,4 +335,6 @@ export default class GroupSelectView<ItemModel, ItemNode extends Node> extends D
}
}

sceneryPhet.register( 'GroupSelectView', GroupSelectView );
sceneryPhet.register( 'GroupSelectView', GroupSelectView );

export default GroupSelectView;

0 comments on commit 5ae48f4

Please sign in to comment.