Skip to content

Commit

Permalink
Move LinkableElement to a top-level type, improve documentation, use …
Browse files Browse the repository at this point in the history
…LinkableProperty and LinkableReadOnlyProperty, see phetsims/axon#414
  • Loading branch information
samreid committed Feb 14, 2023
1 parent 9f9477c commit 85edd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/common/view/LabeledPointsNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import { Node } from '../../../../scenery/js/imports.js';
import calculusGrapher from '../../calculusGrapher.js';
import LabeledPoint from '../model/LabeledPoint.js';
import LabeledPointNode from './LabeledPointNode.js';
import { LinkableElement } from '../../../../tandem/js/PhetioObject.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import ChartTransform from '../../../../bamboo/js/ChartTransform.js';
import TReadOnlyProperty from '../../../../axon/js/TReadOnlyProperty.js';
import LinkableElement from '../../../../tandem/js/LinkableElement.js';

export default class LabeledPointsNode extends Node {

Expand Down
2 changes: 1 addition & 1 deletion js/common/view/VerticalLinesNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import { Node } from '../../../../scenery/js/imports.js';
import calculusGrapher from '../../calculusGrapher.js';
import VerticalLine from '../model/VerticalLine.js';
import VerticalLineNode from './VerticalLineNode.js';
import { LinkableElement } from '../../../../tandem/js/PhetioObject.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import ChartTransform from '../../../../bamboo/js/ChartTransform.js';
import LinkableElement from '../../../../tandem/js/LinkableElement.js';

export default class VerticalLinesNode extends Node {

Expand Down

0 comments on commit 85edd2d

Please sign in to comment.