From 54543db56066b638c22c28693e3ae6b71b713af2 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Fri, 28 Jul 2023 13:53:37 -0600 Subject: [PATCH] add link to messageString element in OopsDialog, https://github.com/phetsims/natural-selection/issues/339, https://github.com/phetsims/phet-io/issues/1952 --- js/common/view/GasPropertiesOopsDialog.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/common/view/GasPropertiesOopsDialog.ts b/js/common/view/GasPropertiesOopsDialog.ts index 75cc00c5..ad7e7aec 100644 --- a/js/common/view/GasPropertiesOopsDialog.ts +++ b/js/common/view/GasPropertiesOopsDialog.ts @@ -6,17 +6,17 @@ * @author Chris Malley (PixelZoom, Inc.) */ -import TReadOnlyProperty from '../../../../axon/js/TReadOnlyProperty.js'; import OopsDialog from '../../../../scenery-phet/js/OopsDialog.js'; import PhetFont from '../../../../scenery-phet/js/PhetFont.js'; import { Image } from '../../../../scenery/js/imports.js'; import Tandem from '../../../../tandem/js/Tandem.js'; import phetGirlLabCoat_png from '../../../images/phetGirlLabCoat_png.js'; import gasProperties from '../../gasProperties.js'; +import ReadOnlyProperty from '../../../../axon/js/ReadOnlyProperty.js'; export default class GasPropertiesOopsDialog extends OopsDialog { - public constructor( messageStringProperty: TReadOnlyProperty, tandem: Tandem ) { + public constructor( messageStringProperty: ReadOnlyProperty, tandem: Tandem ) { super( messageStringProperty, {