Skip to content

Commit

Permalink
document class variable, see #398
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 21, 2023
1 parent e87ec4c commit 30e3c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/quadrilateral/view/QuadrilateralMovableNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class QuadrilateralMovableNode extends Voicing( Node ) {
public readonly largeViewDragDelta: number;
public readonly smallViewDragDelta: number;

// REVIEW: describe this?
// The actual visual PaintableNode for this view component, added as a child of this Node.
public readonly paintableNode: PaintableNode;

public constructor( model: QuadrilateralMovable, modelViewTransform: ModelViewTransform2, paintableNode: PaintableNode, providedOptions: QuadrilateralMovableNodeOptions ) {
Expand Down

0 comments on commit 30e3c41

Please sign in to comment.