Skip to content

Commit

Permalink
relocate ArrowButton to sun, phetsims/sun#85
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jul 25, 2016
1 parent c88916e commit d1a9e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gravity-force-lab/view/MassControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ define( function( require ) {
'use strict';

// modules
var ArrowButton = require( 'SCENERY_PHET/buttons/ArrowButton' );
var ArrowButton = require( 'SUN/buttons/ArrowButton' );
var Dimension2 = require( 'DOT/Dimension2' );
var gravityForceLab = require( 'GRAVITY_FORCE_LAB/gravityForceLab' );
var HSlider = require( 'SUN/HSlider' );
Expand Down

0 comments on commit d1a9e74

Please sign in to comment.