Skip to content

Commit

Permalink
Moving RichText from scenery-phet to scenery, see phetsims/scenery-ph…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Aug 8, 2017
1 parent f952566 commit 9fb2dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/multiple-cells/view/FluorescentCellsPictureDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ define( function( require ) {
var ButtonListener = require( 'SCENERY/input/ButtonListener' );
var Dialog = require( 'JOIST/Dialog' );
var geneExpressionEssentials = require( 'GENE_EXPRESSION_ESSENTIALS/geneExpressionEssentials' );
var RichText = require( 'SCENERY_PHET/RichText' );
var RichText = require( 'SCENERY/nodes/RichText' );
var Image = require( 'SCENERY/nodes/Image' );
var inherit = require( 'PHET_CORE/inherit' );
var LayoutBox = require( 'SCENERY/nodes/LayoutBox' );
Expand Down

0 comments on commit 9fb2dac

Please sign in to comment.