Skip to content

Commit

Permalink
Adding allowLinksProperty, moving openPopup, see phetsims/joist#830
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Aug 24, 2022
1 parent 176b5b4 commit 599362b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/view/WarningDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
* @author Denzell Barnett (PhET Interactive Simulations)
*/

import openPopup from '../../../../phet-core/js/openPopup.js';
import MultiLineText from '../../../../scenery-phet/js/MultiLineText.js';
import PhetFont from '../../../../scenery-phet/js/PhetFont.js';
import { HBox, Path } from '../../../../scenery/js/imports.js';
import { HBox, openPopup, Path } from '../../../../scenery/js/imports.js';
import exclamationTriangleSolidShape from '../../../../sherpa/js/fontawesome-5/exclamationTriangleSolidShape.js';
import Dialog from '../../../../sun/js/Dialog.js';
import buildAMolecule from '../../buildAMolecule.js';
Expand Down

0 comments on commit 599362b

Please sign in to comment.