Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 14, 2022
1 parent f005535 commit 579959c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class Panel extends WidthSizable( HeightSizable( Node ) ) {
// These are public for use by PanelConstraint only. They should otherwise be considered private.
public readonly _content: Node;
public readonly _backgroundContainer: Node;
public readonly _background: Rectangle; // (internal)
public readonly _background: Rectangle;

public static override DEFAULT_OPTIONS = DEFAULT_OPTIONS;

Expand Down

0 comments on commit 579959c

Please sign in to comment.