Skip to content

Commit

Permalink
migrate FineCoarseSpinner to phetsims/scenery-phet#450
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Jan 8, 2019
1 parent 4f93aed commit e45bda7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 123 deletions.
122 changes: 0 additions & 122 deletions js/common/view/FineCoarseSpinner.js

This file was deleted.

2 changes: 1 addition & 1 deletion js/common/view/ParticleCountControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define( require => {
'use strict';

// modules
const FineCoarseSpinner = require( 'GAS_PROPERTIES/common/view/FineCoarseSpinner' );
const FineCoarseSpinner = require( 'SCENERY_PHET/FineCoarseSpinner' );
const gasProperties = require( 'GAS_PROPERTIES/gasProperties' );
const GasPropertiesColorProfile = require( 'GAS_PROPERTIES/common/GasPropertiesColorProfile' );
const GasPropertiesConstants = require( 'GAS_PROPERTIES/common/GasPropertiesConstants' );
Expand Down

0 comments on commit e45bda7

Please sign in to comment.