Skip to content

Commit

Permalink
add link to messageString element in OopsDialog, phetsims/natural-sel…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jul 28, 2023
1 parent cff2f2b commit 54543db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/GasPropertiesOopsDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>, tandem: Tandem ) {
public constructor( messageStringProperty: ReadOnlyProperty<string>, tandem: Tandem ) {

super( messageStringProperty, {

Expand Down

0 comments on commit 54543db

Please sign in to comment.