Skip to content

Commit

Permalink
Import ReadOnlyProperty from ReadOnlyProperty.js, see phetsims/axon#342
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 9, 2022
1 parent a2cf3a7 commit 6016329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion js/Slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

import StrictOmit from '../../phet-core/js/types/StrictOmit.js';
import IReadOnlyProperty from '../../axon/js/IReadOnlyProperty.js';
import Property, { ReadOnlyProperty } from '../../axon/js/Property.js';
import Property from '../../axon/js/Property.js';
import ReadOnlyProperty from '../../axon/js/ReadOnlyProperty.js';
import Dimension2 from '../../dot/js/Dimension2.js';
import Range from '../../dot/js/Range.js';
import Utils from '../../dot/js/Utils.js';
Expand Down
2 changes: 1 addition & 1 deletion js/accessibility/AccessibleValueHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @author Jesse Greenberg (PhET Interactive Simulations)
*/

import { ReadOnlyProperty } from '../../../axon/js/Property.js';
import ReadOnlyProperty from '../../../axon/js/ReadOnlyProperty.js';
import Utils from '../../../dot/js/Utils.js';
import Range from '../../../dot/js/Range.js';
import assertHasProperties from '../../../phet-core/js/assertHasProperties.js';
Expand Down

0 comments on commit 6016329

Please sign in to comment.