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 ec81d19 commit ac01b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ohms-law/view/OhmsLawKeyboardHelpContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define( function( require ) {
// modules
var inherit = require( 'PHET_CORE/inherit' );
var Text = require( 'SCENERY/nodes/Text' );
var RichText = require( 'SCENERY_PHET/RichText' );
var RichText = require( 'SCENERY/nodes/RichText' );
var ohmsLaw = require( 'OHMS_LAW/ohmsLaw' );
var Panel = require( 'SUN/Panel' );
var ArrowKeyNode = require( 'SCENERY_PHET/keyboard/ArrowKeyNode' );
Expand Down

0 comments on commit ac01b0a

Please sign in to comment.