Skip to content

Commit

Permalink
group phetio modules with non-phetio modules #38
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <cmalley@pixelzoom.com>
  • Loading branch information
pixelzoom committed Jun 8, 2018
1 parent bfcbc6c commit a05b928
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions js/common/model/Spring.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ define( function( require ) {

// modules
var DerivedProperty = require( 'AXON/DerivedProperty' );
var DerivedPropertyIO = require( 'AXON/DerivedPropertyIO' );
var hookesLaw = require( 'HOOKES_LAW/hookesLaw' );
var HookesLawConstants = require( 'HOOKES_LAW/common/HookesLawConstants' );
var inherit = require( 'PHET_CORE/inherit' );
var NumberIO = require( 'ifphetio!PHET_IO/types/NumberIO' );
var NumberProperty = require( 'AXON/NumberProperty' );
var RangeWithValue = require( 'DOT/RangeWithValue' );

// phet-io modules
var DerivedPropertyIO = require( 'AXON/DerivedPropertyIO' );
var NumberIO = require( 'ifphetio!PHET_IO/types/NumberIO' );
var Tandem = require( 'TANDEM/Tandem' );

/**
Expand Down

0 comments on commit a05b928

Please sign in to comment.