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 7be8f0b commit af4ab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/AboutDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define( function( require ) {
var UpdateNodes = require( 'JOIST/UpdateNodes' );
var UpdateCheck = require( 'JOIST/UpdateCheck' );
var LinkText = require( 'JOIST/LinkText' );
var RichText = require( 'SCENERY_PHET/RichText' );
var RichText = require( 'SCENERY/nodes/RichText' );
var MultiLineText = require( 'SCENERY_PHET/MultiLineText' );
var packageJSON = require( 'JOIST/packageJSON' );
var joist = require( 'JOIST/joist' );
Expand Down

0 comments on commit af4ab2b

Please sign in to comment.