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 61b98dd commit 22a1097
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/CanvasWarningNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* @author Jonathan Olson <[email protected]>
*/

import openPopup from '../../phet-core/js/openPopup.js';
import { HBox, Path, Text, VBox } from '../../scenery/js/imports.js';
import { HBox, openPopup, Path, Text, VBox } from '../../scenery/js/imports.js';
import exclamationTriangleSolidShape from '../../sherpa/js/fontawesome-5/exclamationTriangleSolidShape.js';
import PhetFont from './PhetFont.js';
import sceneryPhet from './sceneryPhet.js';
Expand Down

0 comments on commit 22a1097

Please sign in to comment.